Class: Quickfix50Sp1::ContraryIntentionReport
- Defined in:
- lib/quickfix50sp1.rb
Defined Under Namespace
Classes: NoExpiration, NoPartyIDs, NoUnderlyings
Instance Method Summary collapse
-
#initialize ⇒ ContraryIntentionReport
constructor
A new instance of ContraryIntentionReport.
Constructor Details
#initialize ⇒ ContraryIntentionReport
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 |