Class: Quickfix50::AllocationInstruction

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

#initializeAllocationInstruction

Returns a new instance of AllocationInstruction.



1906
1907
1908
1909
# File 'lib/quickfix50.rb', line 1906

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