Class: Quickfix::MiscFeeSubTypeAmt
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::MiscFeeSubTypeAmt
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MiscFeeSubTypeAmt
constructor
A new instance of MiscFeeSubTypeAmt.
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 |