Class: Quickfix44::Confirmation

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix44.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.



7732
7733
7734
7735
# File 'lib/quickfix44.rb', line 7732

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