Class: Quickfix50Sp2::OrderMassStatusRequest

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

Defined Under Namespace

Classes: NoAdditionalTerms, NoAssetAttributes, NoBusinessCenters, NoCashSettlTerms, NoComplexEvents, NoEvents, NoExtraordinaryEvents, NoInstrumentParties, NoMarketDisruptionEvents, NoMarketDisruptionFallbackReferencePrices, NoMarketDisruptionFallbacks, NoOptionExerciseBusinessCenters, NoOptionExerciseDates, NoOptionExerciseExpirationDateBusinessCenters, NoOptionExerciseExpirationDates, NoPartyIDs, NoPhysicalSettlTerms, NoPricingDateBusinessCenters, NoProtectionTerms, NoProvisions, NoSecondaryAssetClasses, NoSecurityAltID, NoSettlMethodElectionDateBusinessCenters, NoStreams, NoTargetPartyIDs, NoUnderlyingAdditionalTerms, NoUnderlyingAssetAttributes, NoUnderlyingBusinessCenters, NoUnderlyingCashSettlTerms, NoUnderlyingComplexEvents, NoUnderlyingDividendPayments, NoUnderlyingEvents, NoUnderlyingExtraordinaryEvents, NoUnderlyingMarketDisruptionEvents, NoUnderlyingMarketDisruptionFallbackReferencePrices, NoUnderlyingMarketDisruptionFallbacks, NoUnderlyingOptionExerciseBusinessCenters, NoUnderlyingOptionExerciseDates, NoUnderlyingOptionExerciseExpirationDateBusinessCenters, NoUnderlyingOptionExerciseExpirationDates, NoUnderlyingPhysicalSettlTerms, NoUnderlyingPricingDateBusinessCenters, NoUnderlyingProtectionTerms, NoUnderlyingProvisions, NoUnderlyingRateSpreadSteps, NoUnderlyingSecondaryAssetClasses, NoUnderlyingSecurityAltID, NoUnderlyingSettlMethodElectionDateBusinessCenters, NoUnderlyingStips, NoUnderlyingStreams, NoUndlyInstrumentParties

Instance Method Summary collapse

Methods inherited from Quickfix::Message

InitializeXML, #addGroup, #bodyLength, #checkSum, #clear, #getGroup, #getHeader, #getSessionID, #getTrailer, #hasGroup, #hasValidStructure, #isAdmin, isAdminMsgType, #isApp, #isEmpty, isHeaderField, isTrailerField, #removeGroup, #replaceGroup, #reverseRoute, #setGroup, #setSessionID, #setString, #setStringHeader, toApplVerID, toBeginString, #toString, #toXML, #to_s

Constructor Details

#initializeOrderMassStatusRequest

Returns a new instance of OrderMassStatusRequest.



195175
195176
195177
195178
# File 'lib/quickfix50sp2.rb', line 195175

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