Class: Quickfix::UnderlyingLegSymbolSfx

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



17816
17817
17818
17819
17820
17821
17822
# File 'lib/quickfix_fields.rb', line 17816

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

Class Method Details

.fieldObject



17813
17814
17815
# File 'lib/quickfix_fields.rb', line 17813

def UnderlyingLegSymbolSfx.field
  return 1331
end