Class: Quickfix::RiskLimitType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RiskLimitType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RiskLimitType
constructor
A new instance of RiskLimitType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RiskLimitType
Returns a new instance of RiskLimitType.
20572 20573 20574 20575 20576 20577 20578 |
# File 'lib/quickfix_fields.rb', line 20572 def initialize(data = nil) if( data == nil ) super(1530) else super(1530, data) end end |
Class Method Details
.field ⇒ Object
20569 20570 20571 |
# File 'lib/quickfix_fields.rb', line 20569 def RiskLimitType.field return 1530 end |