Class: Quickfix::OrigPosReqRefID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OrigPosReqRefID

Returns a new instance of OrigPosReqRefID.



9782
9783
9784
9785
9786
9787
9788
# File 'lib/quickfix_fields.rb', line 9782

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