Class: Quickfix50Sp1::SettlementInstructions

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

Defined Under Namespace

Classes: NoSettlInst

Instance Method Summary collapse

Constructor Details

#initializeSettlementInstructions

Returns a new instance of SettlementInstructions.



3348
3349
3350
3351
# File 'lib/quickfix50sp1.rb', line 3348

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