Class: Quickfix::EncodedFinancialInstrumentFullNameLen

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EncodedFinancialInstrumentFullNameLen

Returns a new instance of EncodedFinancialInstrumentFullNameLen.



75835
75836
75837
75838
75839
75840
75841
# File 'lib/quickfix_fields.rb', line 75835

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

Class Method Details

.fieldObject



75832
75833
75834
# File 'lib/quickfix_fields.rb', line 75832

def EncodedFinancialInstrumentFullNameLen.field
  return 2715
end