Class: Quickfix50Sp1::QuoteCancel

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

Defined Under Namespace

Classes: NoPartyIDs, NoQuoteEntries

Instance Method Summary collapse

Constructor Details

#initializeQuoteCancel



4305
4306
4307
4308
# File 'lib/quickfix50sp1.rb', line 4305

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