Class: Quickfix50Sp1::AllocationInstruction

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



2146
2147
2148
2149
# File 'lib/quickfix50sp1.rb', line 2146

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