Class: Quickfix50::PositionReport

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

Defined Under Namespace

Classes: NoLegs, NoPartyIDs, NoPosAmt, NoPositions, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializePositionReport



9863
9864
9865
9866
# File 'lib/quickfix50.rb', line 9863

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