Class: Quickfix::RiskLimitVelocityPeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RiskLimitVelocityPeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RiskLimitVelocityPeriod
constructor
A new instance of RiskLimitVelocityPeriod.
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 |