Class: Quickfix50Sp1::Confirmation
- Defined in:
- lib/quickfix50sp1.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.
10033 10034 10035 10036 |
# File 'lib/quickfix50sp1.rb', line 10033 def initialize super getHeader().setField( Quickfix::MsgType.new("AK") ) end |