Class: Quickfix50Sp2::ContraryIntentionReport

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

Defined Under Namespace

Classes: NoExpiration, NoPartyIDs, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeContraryIntentionReport

Returns a new instance of ContraryIntentionReport.



14786
14787
14788
14789
# File 'lib/quickfix50sp2.rb', line 14786

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