Class: Quickfix::RefRiskLimitCheckIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RefRiskLimitCheckIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RefRiskLimitCheckIDType
constructor
A new instance of RefRiskLimitCheckIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RefRiskLimitCheckIDType
Returns a new instance of RefRiskLimitCheckIDType.
56842 56843 56844 56845 56846 56847 56848 |
# File 'lib/quickfix_fields.rb', line 56842 def initialize(data = nil) if( data == nil ) super(2335) else super(2335, data) end end |
Class Method Details
.field ⇒ Object
56839 56840 56841 |
# File 'lib/quickfix_fields.rb', line 56839 def RefRiskLimitCheckIDType.field return 2335 end |