コード例 #1
0
 public void tickReqParams(int tickerId, double minTick, string bboExchange, int snapshotPermissions)
 {
     TickReqParams.RaiseEvent(this, new TickReqParamsEventArgs(tickerId, minTick, bboExchange, snapshotPermissions));
 }