예제 #1
0
 public System.Threading.Tasks.Task <BorrowingProfileHedges[]> GetBorrowingProfileHedgesAsync(BorrowingProfileParameter parameters)
 {
     return(base.Channel.GetBorrowingProfileHedgesAsync(parameters));
 }
예제 #2
0
 public BorrowingProfileHedges[] GetBorrowingProfileHedges(BorrowingProfileParameter parameters)
 {
     return(base.Channel.GetBorrowingProfileHedges(parameters));
 }