Class: Quickfix::EncodedLegFinancialInstrumentFullName

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

Returns a new instance of EncodedLegFinancialInstrumentFullName.



75887
75888
75889
75890
75891
75892
75893
# File 'lib/quickfix_fields.rb', line 75887

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

Class Method Details

.fieldObject



75884
75885
75886
# File 'lib/quickfix_fields.rb', line 75884

def EncodedLegFinancialInstrumentFullName.field
  return 2719
end