Class: Quickfix::EncodedFinancialInstrumentFullName

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EncodedFinancialInstrumentFullName

Returns a new instance of EncodedFinancialInstrumentFullName.



75848
75849
75850
75851
75852
75853
75854
# File 'lib/quickfix_fields.rb', line 75848

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

Class Method Details

.fieldObject



75845
75846
75847
# File 'lib/quickfix_fields.rb', line 75845

def EncodedFinancialInstrumentFullName.field
  return 2716
end