Class: Quickfix::MiscFeeAmountDue
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::MiscFeeAmountDue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MiscFeeAmountDue
constructor
A new instance of MiscFeeAmountDue.
Methods inherited from DoubleField
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 |
Class Method Details
.field ⇒ Object
43605 43606 43607 |
# File 'lib/quickfix_fields.rb', line 43605 def MiscFeeAmountDue.field return 2217 end |