Class: Quickfix50Sp2::PositionReport

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

Defined Under Namespace

Classes: NoLegs, NoPartyIDs, NoPosAmt, NoPositions, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializePositionReport

Returns a new instance of PositionReport.



11829
11830
11831
11832
# File 'lib/quickfix50sp2.rb', line 11829

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