Class: Quickfix50Sp2::AllocationInstructionAlert

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

Defined Under Namespace

Classes: NoAllocs, NoExecs, NoLegs, NoOrders, NoPartyIDs, NoPosAmt, NoStipulations, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeAllocationInstructionAlert

Returns a new instance of AllocationInstructionAlert.



15573
15574
15575
15576
# File 'lib/quickfix50sp2.rb', line 15573

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