Class: Quickfix::LegFinancialInstrumentFullName

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegFinancialInstrumentFullName

Returns a new instance of LegFinancialInstrumentFullName.



75861
75862
75863
75864
75865
75866
75867
# File 'lib/quickfix_fields.rb', line 75861

def initialize(data = nil)
  if( data == nil )
    super(2717)
  else
    super(2717, data)
  end
end