Exemplo n.º 1
0
 public OrderNew(Exchange.Clients.Poloniex.CurrencyPair pair, ulong orderId) : base()
 {
     Pair     = pair.ToString();
     OrderIds = new string[] { orderId.ToString() };
 }
Exemplo n.º 2
0
 public OrderCxl(Exchange.Clients.Poloniex.CurrencyPair pair, bool cancelSuccessful)
 {
     Pair             = pair.ToString();
     CancelSuccessful = cancelSuccessful;
     cout("Poloniex:{0}> {1}", Pair, CancelSuccessful);
 }