Class: Quickfix42::SettlementInstructions

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

Instance Method Summary collapse

Constructor Details

#initializeSettlementInstructions

Returns a new instance of SettlementInstructions.



600
601
602
603
# File 'lib/quickfix42.rb', line 600

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