Class: Quickfix::DerivativeNTPositionLimit

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

Instance Method Summary collapse

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