Class: Quickfix43::SettlementInstructions

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

Defined Under Namespace

Classes: NoPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeSettlementInstructions

Returns a new instance of SettlementInstructions.



1133
1134
1135
1136
# File 'lib/quickfix43.rb', line 1133

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