Class: Quickfix::LegReferenceEntityType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegReferenceEntityType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReferenceEntityType
constructor
A new instance of LegReferenceEntityType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegReferenceEntityType
Returns a new instance of LegReferenceEntityType.
42789 42790 42791 42792 42793 42794 42795 |
# File 'lib/quickfix_fields.rb', line 42789 def initialize(data = nil) if( data == nil ) super(2171) else super(2171, data) end end |
Class Method Details
.field ⇒ Object
42786 42787 42788 |
# File 'lib/quickfix_fields.rb', line 42786 def LegReferenceEntityType.field return 2171 end |