XdrPrice constructor

XdrPrice(
  1. XdrInt32 _n,
  2. XdrInt32 _d
)

Implementation

XdrPrice(this._n, this._d);