Class: Quickfix::FinancialInstrumentFullName

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) ⇒ FinancialInstrumentFullName

Returns a new instance of FinancialInstrumentFullName.



75822
75823
75824
75825
75826
75827
75828
# File 'lib/quickfix_fields.rb', line 75822

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

Class Method Details

.fieldObject



75819
75820
75821
# File 'lib/quickfix_fields.rb', line 75819

def FinancialInstrumentFullName.field
  return 2714
end