Class: Quickfix50Sp1::ContraryIntentionReport

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

Defined Under Namespace

Classes: NoExpiration, NoPartyIDs, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeContraryIntentionReport

Returns a new instance of ContraryIntentionReport.



13842
13843
13844
13845
# File 'lib/quickfix50sp1.rb', line 13842

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