Esempio n. 1
0
 protected override async Task <WebResponse> GetSession()
 {
     return(await Rest.StartEventsSession(new List <int> {
         _accountId
     }));
 }
Esempio n. 2
0
 protected override async Task <WebResponse> GetSession()
 {
     return(await Rest.StartRatesSession(_instruments, _accountId));
 }