Class: Quickfix::EncodedLegFinancialInstrumentFullNameLen

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

Returns a new instance of EncodedLegFinancialInstrumentFullNameLen.



75874
75875
75876
75877
75878
75879
75880
# File 'lib/quickfix_fields.rb', line 75874

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

Class Method Details

.fieldObject



75871
75872
75873
# File 'lib/quickfix_fields.rb', line 75871

def EncodedLegFinancialInstrumentFullNameLen.field
  return 2718
end