Class: Quickfix::EntitlementAttribDatatype
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::EntitlementAttribDatatype
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EntitlementAttribDatatype
constructor
A new instance of EntitlementAttribDatatype.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ EntitlementAttribDatatype
Returns a new instance of EntitlementAttribDatatype.
23263 23264 23265 23266 23267 23268 23269 |
# File 'lib/quickfix_fields.rb', line 23263 def initialize(data = nil) if( data == nil ) super(1779) else super(1779, data) end end |
Class Method Details
.field ⇒ Object
23260 23261 23262 |
# File 'lib/quickfix_fields.rb', line 23260 def EntitlementAttribDatatype.field return 1779 end |