Class: Quickfix::EncodedUnderlyingFinancialInstrumentFullName

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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