Class: Quickfix50Sp2::Confirmation

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

Defined Under Namespace

Classes: NoCapacities, NoLegs, NoMiscFees, NoOrders, NoPartyIDs, NoStipulations, NoTrdRegTimestamps, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeConfirmation

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