Class: Quickfix50::Confirmation

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



8928
8929
8930
8931
# File 'lib/quickfix50.rb', line 8928

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