Ejemplo n.º 1
0
 public IBExecutionFilter(int clientId, string acctCode, DateTime time,
                          string symbol, IBSecType secType, string exchange, string side)
 {
     ClientId = clientId;
     AcctCode = acctCode;
     Time     = time;
     Symbol   = symbol;
     SecType  = secType;
     Exchange = exchange;
     Side     = side;
 }
Ejemplo n.º 2
0
 public virtual void Encode(IBSecType secType)
 {
     Encode(secType.ToString());
 }
Ejemplo n.º 3
0
 public IBExecutionFilter(int clientId, string acctCode, DateTime time,
     string symbol, IBSecType secType, string exchange, string side)
 {
     ClientId = clientId;
     AcctCode = acctCode;
     Time = time;
     Symbol = symbol;
     SecType = secType;
     Exchange = exchange;
     Side = side;
 }
Ejemplo n.º 4
0
 public virtual void Encode(IBSecType secType)
 {
     Encode(secType.ToString());
 }