Class: Quickfix50Sp1::Confirmation

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



10033
10034
10035
10036
# File 'lib/quickfix50sp1.rb', line 10033

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