Class: Quickfix::EntitlementAttribType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::EntitlementAttribType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EntitlementAttribType
constructor
A new instance of EntitlementAttribType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ EntitlementAttribType
Returns a new instance of EntitlementAttribType.
23250 23251 23252 23253 23254 23255 23256 |
# File 'lib/quickfix_fields.rb', line 23250 def initialize(data = nil) if( data == nil ) super(1778) else super(1778, data) end end |
Class Method Details
.field ⇒ Object
23247 23248 23249 |
# File 'lib/quickfix_fields.rb', line 23247 def EntitlementAttribType.field return 1778 end |