Class: Quickfix50Sp1::PositionReport

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix50sp1.rb

Defined Under Namespace

Classes: NoLegs, NoPartyIDs, NoPosAmt, NoPositions, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializePositionReport

Returns a new instance of PositionReport.



11023
11024
11025
11026
# File 'lib/quickfix50sp1.rb', line 11023

def initialize
	super
	getHeader().setField( Quickfix::MsgType.new("AP") )
end