Class: Quickfix::MiscFeeAmountDue
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::MiscFeeAmountDue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MiscFeeAmountDue
constructor
A new instance of MiscFeeAmountDue.
Constructor Details
#initialize(data = nil) ⇒ MiscFeeAmountDue
Returns a new instance of MiscFeeAmountDue.
43608 43609 43610 43611 43612 43613 43614 |
# File 'lib/quickfix_fields.rb', line 43608 def initialize(data = nil) if( data == nil ) super(2217) else super(2217, data) end end |