Class: Quickfix::PaymentPrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PaymentPrice
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentPrice
constructor
A new instance of PaymentPrice.
Constructor Details
#initialize(data = nil) ⇒ PaymentPrice
Returns a new instance of PaymentPrice.
30140 30141 30142 30143 30144 30145 30146 |
# File 'lib/quickfix_fields.rb', line 30140 def initialize(data = nil) if( data == nil ) super(40218) else super(40218, data) end end |