Class: Quickfix::LegNTPositionLimit

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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