예제 #1
0
 public AssetPairData(Network network, AssetPairs pairs)
 {
     Network = network;
     Id      = GetHash(Network);
     Pairs   = pairs;
 }