Beispiel #1
0
 public static object GetFXForwardInstrumentOptions()
 {
     return(InstrumentUIP.GetOptionsByProduct(SessionInfo, ProductCode.FXFORWARD));
 }
Beispiel #2
0
 public static object GetFXSwapInstrumentOptions()
 {
     return(InstrumentUIP.GetOptionsByProduct(SessionInfo, ProductCode.FXSWAP));
 }
Beispiel #3
0
 public static object GetFIInstrumentOptions()
 {
     return(InstrumentUIP.GetOptionsByProduct(SessionInfo, ProductCode.BOND));
 }