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