Class: Quickfix::EntitlementSubType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::EntitlementSubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EntitlementSubType
constructor
A new instance of EntitlementSubType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ EntitlementSubType
Returns a new instance of EntitlementSubType.
57700 57701 57702 57703 57704 57705 57706 |
# File 'lib/quickfix_fields.rb', line 57700 def initialize(data = nil) if( data == nil ) super(2402) else super(2402, data) end end |
Class Method Details
.field ⇒ Object
57697 57698 57699 |
# File 'lib/quickfix_fields.rb', line 57697 def EntitlementSubType.field return 2402 end |