Пример #1
0
 static void OnRspQryTradingAccount(object sender, ref AccountField account, int size1, bool bIsLast)
 {
 }
Пример #2
0
        static void OnRspQryTradingAccount(object sender, ref AccountField account, int size1, bool bIsLast)
        {

        }
Пример #3
0
 public static string ToFormattedString([In] this AccountField field)
 {
     return(string.Format("[AccountID={0};CurrencyID={1};Balance={2};Available={3}]",
                          field.AccountID, field.CurrencyID, field.Balance, field.Available));
 }