Class: Quickfix50::SettlementInstructions

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

Defined Under Namespace

Classes: NoSettlInst

Instance Method Summary collapse

Constructor Details

#initializeSettlementInstructions

Returns a new instance of SettlementInstructions.



3025
3026
3027
3028
# File 'lib/quickfix50.rb', line 3025

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