Class: Quickfix::LegSwapClass

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

Returns a new instance of LegSwapClass.



27098
27099
27100
27101
27102
27103
27104
# File 'lib/quickfix_fields.rb', line 27098

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

Class Method Details

.fieldObject



27095
27096
27097
# File 'lib/quickfix_fields.rb', line 27095

def LegSwapClass.field
  return 2070
end