Class: Quickfix50Sp2::Confirmation
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoCapacities, NoLegs, NoMiscFees, NoOrders, NoPartyIDs, NoStipulations, NoTrdRegTimestamps, NoUnderlyings
Instance Method Summary collapse
-
#initialize ⇒ Confirmation
constructor
A new instance of Confirmation.
Constructor Details
#initialize ⇒ Confirmation
Returns a new instance of Confirmation.
10789 10790 10791 10792 |
# File 'lib/quickfix50sp2.rb', line 10789 def initialize super getHeader().setField( Quickfix::MsgType.new("AK") ) end |