Class: Quickfix::UnderlyingReferenceEntityType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingReferenceEntityType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReferenceEntityType
constructor
A new instance of UnderlyingReferenceEntityType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReferenceEntityType
Returns a new instance of UnderlyingReferenceEntityType.
26188 26189 26190 26191 26192 26193 26194 |
# File 'lib/quickfix_fields.rb', line 26188 def initialize(data = nil) if( data == nil ) super(2000) else super(2000, data) end end |
Class Method Details
.field ⇒ Object
26185 26186 26187 |
# File 'lib/quickfix_fields.rb', line 26185 def .field return 2000 end |