Class: Quickfix::ReferenceEntityType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ReferenceEntityType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReferenceEntityType
constructor
A new instance of ReferenceEntityType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ReferenceEntityType
Returns a new instance of ReferenceEntityType.
25616 25617 25618 25619 25620 25621 25622 |
# File 'lib/quickfix_fields.rb', line 25616 def initialize(data = nil) if( data == nil ) super(1956) else super(1956, data) end end |
Class Method Details
.field ⇒ Object
25613 25614 25615 |
# File 'lib/quickfix_fields.rb', line 25613 def ReferenceEntityType.field return 1956 end |