Class: Quickfix::AllocRefRiskLimitCheckIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AllocRefRiskLimitCheckIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocRefRiskLimitCheckIDType
constructor
A new instance of AllocRefRiskLimitCheckIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AllocRefRiskLimitCheckIDType
Returns a new instance of AllocRefRiskLimitCheckIDType.
57544 57545 57546 57547 57548 57549 57550 |
# File 'lib/quickfix_fields.rb', line 57544 def initialize(data = nil) if( data == nil ) super(2393) else super(2393, data) end end |
Class Method Details
.field ⇒ Object
57541 57542 57543 |
# File 'lib/quickfix_fields.rb', line 57541 def AllocRefRiskLimitCheckIDType.field return 2393 end |