Class: Quickfix::RefClOrdID

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

Returns a new instance of RefClOrdID.



23614
23615
23616
23617
23618
23619
23620
# File 'lib/quickfix_fields.rb', line 23614

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

Class Method Details

.fieldObject



23611
23612
23613
# File 'lib/quickfix_fields.rb', line 23611

def RefClOrdID.field
  return 1806
end