Class: Quickfix::NoLegAdditionalTerms
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLegAdditionalTerms
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegAdditionalTerms
constructor
A new instance of NoLegAdditionalTerms.
Constructor Details
#initialize(data = nil) ⇒ NoLegAdditionalTerms
Returns a new instance of NoLegAdditionalTerms.
46585 46586 46587 46588 46589 46590 46591 |
# File 'lib/quickfix_fields.rb', line 46585 def initialize(data = nil) if( data == nil ) super(41335) else super(41335, data) end end |