Class: Quickfix::RiskLimitVelocityPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RiskLimitVelocityPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RiskLimitVelocityPeriod
constructor
A new instance of RiskLimitVelocityPeriod.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
56852 56853 56854 |
# File 'lib/quickfix_fields.rb', line 56852 def RiskLimitVelocityPeriod.field return 2336 end |