Class: Quickfix50Sp1::RequestForPositions

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

Defined Under Namespace

Classes: NoLegs, NoPartyIDs, NoTradingSessions, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeRequestForPositions

Returns a new instance of RequestForPositions.



10701
10702
10703
10704
# File 'lib/quickfix50sp1.rb', line 10701

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