Class: Quickfix::RiskLimitVelocityPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RiskLimitVelocityPeriod

Returns a new instance of RiskLimitVelocityPeriod.



56855
56856
56857
56858
56859
56860
56861
# File 'lib/quickfix_fields.rb', line 56855

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