Class: Quickfix::LegFinancialInstrumentShortName
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegFinancialInstrumentShortName
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegFinancialInstrumentShortName
constructor
A new instance of LegFinancialInstrumentShortName.
Constructor Details
#initialize(data = nil) ⇒ LegFinancialInstrumentShortName
Returns a new instance of LegFinancialInstrumentShortName.
76160 76161 76162 76163 76164 76165 76166 |
# File 'lib/quickfix_fields.rb', line 76160 def initialize(data = nil) if( data == nil ) super(2740) else super(2740, data) end end |