Exemplo n.º 1
0
 public void Set(BigNumber value, float floatValue)
 {
     this.value.SetValue(value);
     this.floatValue.SetValue(floatValue);
     OnValueChanged();
 }
Exemplo n.º 2
0
 public PriceLink CloneWithAmount(BigNumber amount)
 {
     return(CreatePrice(this, amount));
 }