Class: Quickfix50Sp2::SettlementInstructions

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

Defined Under Namespace

Classes: NoSettlInst

Instance Method Summary collapse

Constructor Details

#initializeSettlementInstructions

Returns a new instance of SettlementInstructions.



3587
3588
3589
3590
# File 'lib/quickfix50sp2.rb', line 3587

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