Class: Quickfix50Sp2::RequestForPositions

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

Defined Under Namespace

Classes: NoLegs, NoPartyIDs, NoTradingSessions, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeRequestForPositions

Returns a new instance of RequestForPositions.



11487
11488
11489
11490
# File 'lib/quickfix50sp2.rb', line 11487

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