Class: Quickfix::OrdStatusReqID

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



10770
10771
10772
10773
10774
10775
10776
# File 'lib/quickfix_fields.rb', line 10770

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

Class Method Details

.fieldObject



10767
10768
10769
# File 'lib/quickfix_fields.rb', line 10767

def OrdStatusReqID.field
  return 790
end