Class: Quickfix50Sp2::IOI

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

Defined Under Namespace

Classes: NoIOIQualifiers, NoLegs, NoPartyIDs, NoRoutingIDs, NoStipulations, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeIOI

Returns a new instance of IOI.



12
13
14
15
# File 'lib/quickfix50sp2.rb', line 12

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