Class: Quickfix::MiscFeeSubTypeAmt
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::MiscFeeSubTypeAmt
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MiscFeeSubTypeAmt
constructor
A new instance of MiscFeeSubTypeAmt.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ MiscFeeSubTypeAmt
Returns a new instance of MiscFeeSubTypeAmt.
62744 62745 62746 62747 62748 62749 62750 |
# File 'lib/quickfix_fields.rb', line 62744 def initialize(data = nil) if( data == nil ) super(2635) else super(2635, data) end end |
Class Method Details
.field ⇒ Object
62741 62742 62743 |
# File 'lib/quickfix_fields.rb', line 62741 def MiscFeeSubTypeAmt.field return 2635 end |