Class: Quickfix::OrdStatusReqID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OrdStatusReqID

Returns a new instance of 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