Пример #1
0
 public Task <ExposureResult> GetExposureAsync(string requestId, InstrumentType instrumentType, ActivePair activeId, CurrencyCode currency, DateTimeOffset time)
 {
     return(WsClient?.GetExposureAsync(requestId, instrumentType, activeId, currency, time));
 }