Class: Quickfix::OrderRelationship
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::OrderRelationship
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderRelationship
constructor
A new instance of OrderRelationship.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ OrderRelationship
Returns a new instance of 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 |
Class Method Details
.field ⇒ Object
78263 78264 78265 |
# File 'lib/quickfix_fields.rb', line 78263 def OrderRelationship.field return 2890 end |