Class: Quickfix::EncodedUnderlyingFinancialInstrumentFullName
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::EncodedUnderlyingFinancialInstrumentFullName
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedUnderlyingFinancialInstrumentFullName
constructor
A new instance of EncodedUnderlyingFinancialInstrumentFullName.
Constructor Details
#initialize(data = nil) ⇒ EncodedUnderlyingFinancialInstrumentFullName
Returns a new instance of EncodedUnderlyingFinancialInstrumentFullName.
75926 75927 75928 75929 75930 75931 75932 |
# File 'lib/quickfix_fields.rb', line 75926 def initialize(data = nil) if( data == nil ) super(2722) else super(2722, data) end end |