Class: Quickfix50::AllocationInstructionAlert

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix50.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.



12954
12955
12956
12957
# File 'lib/quickfix50.rb', line 12954

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