Class: Quickfix::OrderRelationship
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::OrderRelationship
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderRelationship
constructor
A new instance of OrderRelationship.
Constructor Details
#initialize(data = nil) ⇒ OrderRelationship
78266 78267 78268 78269 78270 78271 78272 |
# File 'lib/quickfix_fields.rb', line 78266 def initialize(data = nil) if( data == nil ) super(2890) else super(2890, data) end end |