Class: Quickfix::DerivativeNTPositionLimit

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeNTPositionLimit



11576
11577
11578
11579
11580
11581
11582
# File 'lib/quickfix_fields.rb', line 11576

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

Class Method Details

.fieldObject



11573
11574
11575
# File 'lib/quickfix_fields.rb', line 11573

def DerivativeNTPositionLimit.field
  return 1274
end