Class: Quickfix::NoLegFinancingTermSupplements
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLegFinancingTermSupplements
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegFinancingTermSupplements
constructor
A new instance of NoLegFinancingTermSupplements.
Constructor Details
#initialize(data = nil) ⇒ NoLegFinancingTermSupplements
Returns a new instance of NoLegFinancingTermSupplements.
61574 61575 61576 61577 61578 61579 61580 |
# File 'lib/quickfix_fields.rb', line 61574 def initialize(data = nil) if( data == nil ) super(42200) else super(42200, data) end end |