Class: Quickfix::LegIndexAnnexSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegIndexAnnexSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegIndexAnnexSource
constructor
A new instance of LegIndexAnnexSource.
Constructor Details
#initialize(data = nil) ⇒ LegIndexAnnexSource
Returns a new instance of LegIndexAnnexSource.
42841 42842 42843 42844 42845 42846 42847 |
# File 'lib/quickfix_fields.rb', line 42841 def initialize(data = nil) if( data == nil ) super(2175) else super(2175, data) end end |