Class: Quickfix::RelatedOrderIDSource

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) ⇒ 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

Class Method Details

.fieldObject



78237
78238
78239
# File 'lib/quickfix_fields.rb', line 78237

def RelatedOrderIDSource.field
  return 2888
end