Class: Quickfix::UnderlyingFinancialInstrumentShortName
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingFinancialInstrumentShortName
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingFinancialInstrumentShortName
constructor
A new instance of UnderlyingFinancialInstrumentShortName.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingFinancialInstrumentShortName
Returns a new instance of UnderlyingFinancialInstrumentShortName.
76290 76291 76292 76293 76294 76295 76296 |
# File 'lib/quickfix_fields.rb', line 76290 def initialize(data = nil) if( data == nil ) super(2742) else super(2742, data) end end |