Class: Quickfix::RefOrderID

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

Returns a new instance of RefOrderID.



14436
14437
14438
14439
14440
14441
14442
# File 'lib/quickfix_fields.rb', line 14436

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

Class Method Details

.fieldObject



14433
14434
14435
# File 'lib/quickfix_fields.rb', line 14433

def RefOrderID.field
  return 1080
end