Method: Quickfix::TrdRptStatus#initialize

Defined in:
lib/quickfix_fields.rb

#initialize(data = nil) ⇒ TrdRptStatus

Returns a new instance of TrdRptStatus.



13006
13007
13008
13009
13010
13011
13012
# File 'lib/quickfix_fields.rb', line 13006

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