Class: Quickfix::NoFinancingTermSupplements
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoFinancingTermSupplements
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoFinancingTermSupplements
constructor
A new instance of NoFinancingTermSupplements.
Constructor Details
#initialize(data = nil) ⇒ NoFinancingTermSupplements
27904 27905 27906 27907 27908 27909 27910 |
# File 'lib/quickfix_fields.rb', line 27904 def initialize(data = nil) if( data == nil ) super(40046) else super(40046, data) end end |