Class: Quickfix::RelatedOrderID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RelatedOrderID

Returns a new instance of RelatedOrderID.



78227
78228
78229
78230
78231
78232
78233
# File 'lib/quickfix_fields.rb', line 78227

def initialize(data = nil)
  if( data == nil )
    super(2887)
  else
    super(2887, data)
  end
end

Class Method Details

.fieldObject



78224
78225
78226
# File 'lib/quickfix_fields.rb', line 78224

def RelatedOrderID.field
  return 2887
end