Class: Quickfix::LegNTPositionLimit

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

Returns a new instance of LegNTPositionLimit.



43231
43232
43233
43234
43235
43236
43237
# File 'lib/quickfix_fields.rb', line 43231

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

Class Method Details

.fieldObject



43228
43229
43230
# File 'lib/quickfix_fields.rb', line 43228

def LegNTPositionLimit.field
  return 2206
end