Class: Quickfix50::AllocationInstructionAlert

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

Defined Under Namespace

Classes: NoAllocs, NoEvents, NoExecs, NoInstrAttrib, NoInstrumentParties, NoLegs, NoOrders, NoPartyIDs, NoPosAmt, NoSecurityAltID, NoStipulations, NoUnderlyings

Instance Method Summary collapse

Methods inherited from Quickfix::Message

InitializeXML, #addGroup, #bodyLength, #checkSum, #clear, #getGroup, #getHeader, #getSessionID, #getTrailer, #hasGroup, #hasValidStructure, #isAdmin, isAdminMsgType, #isApp, #isEmpty, isHeaderField, isTrailerField, #removeGroup, #replaceGroup, #reverseRoute, #setGroup, #setSessionID, #setString, #setStringHeader, toApplVerID, toBeginString, #toString, #toXML, #to_s

Constructor Details

#initializeAllocationInstructionAlert

Returns a new instance of AllocationInstructionAlert.



19287
19288
19289
19290
# File 'lib/quickfix50.rb', line 19287

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