Class: Quickfix::UnderlyingFinancialInstrumentFullName
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingFinancialInstrumentFullName
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingFinancialInstrumentFullName
constructor
A new instance of UnderlyingFinancialInstrumentFullName.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingFinancialInstrumentFullName
75900 75901 75902 75903 75904 75905 75906 |
# File 'lib/quickfix_fields.rb', line 75900 def initialize(data = nil) if( data == nil ) super(2720) else super(2720, data) end end |