Class: Quickfix50Sp2::AdjustedPositionReport

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

Defined Under Namespace

Classes: NoPartyIDs, NoPositions, NoRelatedSym

Instance Method Summary collapse

Constructor Details

#initializeAdjustedPositionReport

Returns a new instance of AdjustedPositionReport.



15419
15420
15421
15422
# File 'lib/quickfix50sp2.rb', line 15419

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