Class: Quickfix::EntitlementType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::EntitlementType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EntitlementType
constructor
A new instance of EntitlementType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ EntitlementType
Returns a new instance of EntitlementType.
23211 23212 23213 23214 23215 23216 23217 |
# File 'lib/quickfix_fields.rb', line 23211 def initialize(data = nil) if( data == nil ) super(1775) else super(1775, data) end end |
Class Method Details
.field ⇒ Object
23208 23209 23210 |
# File 'lib/quickfix_fields.rb', line 23208 def EntitlementType.field return 1775 end |