Class: Quickfix::OrderRelationship

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

Instance Method Summary collapse

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