Class: Quickfix44::SettlementInstructions

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

Defined Under Namespace

Classes: NoSettlInst

Instance Method Summary collapse

Constructor Details

#initializeSettlementInstructions

Returns a new instance of SettlementInstructions.



2611
2612
2613
2614
# File 'lib/quickfix44.rb', line 2611

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