Class: Quickfix50Sp2::QuoteCancel

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

Defined Under Namespace

Classes: NoPartyIDs, NoQuoteEntries, NoTargetPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeQuoteCancel

Returns a new instance of QuoteCancel.



4633
4634
4635
4636
# File 'lib/quickfix50sp2.rb', line 4633

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