Class: Quickfix41::SettlementInstructions

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

Instance Method Summary collapse

Constructor Details

#initializeSettlementInstructions

Returns a new instance of SettlementInstructions.



346
347
348
349
# File 'lib/quickfix41.rb', line 346

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