Class: Quickfix::OrderRelationship

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

.fieldObject



78263
78264
78265
# File 'lib/quickfix_fields.rb', line 78263

def OrderRelationship.field
  return 2890
end