Exemplo n.º 1
0
 public bool Equals(CurrencyPair b)
 {
     return(b.Base == Base && b.Quote == Quote);
 }
Exemplo n.º 2
0
 public OrderBook(CurrencyPair pair, long nonce)
     : this()
 {
     Pair  = pair;
     Nonce = nonce;
 }