Class: Quickfix::RelatedOrderIDSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RelatedOrderIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedOrderIDSource
constructor
A new instance of RelatedOrderIDSource.
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 |