Class: Quickfix::DerivativeNTPositionLimit

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

Returns a new instance of DerivativeNTPositionLimit.



16919
16920
16921
16922
16923
16924
16925
# File 'lib/quickfix_fields.rb', line 16919

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

Class Method Details

.fieldObject



16916
16917
16918
# File 'lib/quickfix_fields.rb', line 16916

def DerivativeNTPositionLimit.field
  return 1274
end