Class: Quickfix50Sp1::AdjustedPositionReport

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

Defined Under Namespace

Classes: NoPartyIDs, NoPositions, NoRelatedSym

Instance Method Summary collapse

Constructor Details

#initializeAdjustedPositionReport

Returns a new instance of AdjustedPositionReport.



14433
14434
14435
14436
# File 'lib/quickfix50sp1.rb', line 14433

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