Class: Quickfix::MiscFeeAmt
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::MiscFeeAmt
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MiscFeeAmt
constructor
A new instance of MiscFeeAmt.
Constructor Details
#initialize(data = nil) ⇒ MiscFeeAmt
Returns a new instance of MiscFeeAmt.
10146 10147 10148 10149 10150 10151 10152 |
# File 'lib/quickfix_fields.rb', line 10146 def initialize(data = nil) if( data == nil ) super(137) else super(137, data) end end |
Class Method Details
.field ⇒ Object
10143 10144 10145 |
# File 'lib/quickfix_fields.rb', line 10143 def MiscFeeAmt.field return 137 end |