Class: Quickfix::LegPositionLimit

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

Returns a new instance of LegPositionLimit.



43218
43219
43220
43221
43222
43223
43224
# File 'lib/quickfix_fields.rb', line 43218

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

Class Method Details

.fieldObject



43215
43216
43217
# File 'lib/quickfix_fields.rb', line 43215

def LegPositionLimit.field
  return 2205
end