Class: Quickfix::RelatedOrderIDSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RelatedOrderIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedOrderIDSource
constructor
A new instance of RelatedOrderIDSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RelatedOrderIDSource
Returns a new instance of RelatedOrderIDSource.
78240 78241 78242 78243 78244 78245 78246 |
# File 'lib/quickfix_fields.rb', line 78240 def initialize(data = nil) if( data == nil ) super(2888) else super(2888, data) end end |
Class Method Details
.field ⇒ Object
78237 78238 78239 |
# File 'lib/quickfix_fields.rb', line 78237 def .field return 2888 end |