Class: Quickfix50::ContraryIntentionReport

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

Defined Under Namespace

Classes: NoExpiration, NoPartyIDs, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeContraryIntentionReport

Returns a new instance of ContraryIntentionReport.



12488
12489
12490
12491
# File 'lib/quickfix50.rb', line 12488

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