Class: Quickfix::LegListMethod

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

Returns a new instance of LegListMethod.



43153
43154
43155
43156
43157
43158
43159
# File 'lib/quickfix_fields.rb', line 43153

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

Class Method Details

.fieldObject



43150
43151
43152
# File 'lib/quickfix_fields.rb', line 43150

def LegListMethod.field
  return 2199
end