quickfix.field.MsgType Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quickfixj-messages-fix44 Show documentation
Show all versions of quickfixj-messages-fix44 Show documentation
QuickFIX/J Message classes for FIX 4.4
The newest version!
/* Generated Java Source File */
/*******************************************************************************
* Copyright (c) quickfixengine.org All rights reserved.
*
* This file is part of the QuickFIX FIX Engine
*
* This file may be distributed under the terms of the quickfixengine.org
* license as defined by quickfixengine.org and appearing in the file
* LICENSE included in the packaging of this file.
*
* This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING
* THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A
* PARTICULAR PURPOSE.
*
* See http://www.quickfixengine.org/LICENSE for licensing information.
*
* Contact [email protected] if any conditions of this licensing
* are not clear to you.
******************************************************************************/
package quickfix.field;
import quickfix.StringField;
public class MsgType extends StringField {
static final long serialVersionUID = 20050617;
public static final int FIELD = 35;
public static final String HEARTBEAT = "0";
public static final String TEST_REQUEST = "1";
public static final String RESEND_REQUEST = "2";
public static final String REJECT = "3";
public static final String SEQUENCE_RESET = "4";
public static final String LOGOUT = "5";
public static final String INDICATION_OF_INTEREST = "6";
public static final String ADVERTISEMENT = "7";
public static final String EXECUTION_REPORT = "8";
public static final String ORDER_CANCEL_REJECT = "9";
public static final String LOGON = "A";
public static final String NEWS = "B";
public static final String EMAIL = "C";
public static final String ORDER_SINGLE = "D";
public static final String ORDER_LIST = "E";
public static final String ORDER_CANCEL_REQUEST = "F";
public static final String ORDER_CANCEL_REPLACE_REQUEST = "G";
public static final String ORDER_STATUS_REQUEST = "H";
public static final String ALLOCATION_INSTRUCTION = "J";
public static final String LIST_CANCEL_REQUEST = "K";
public static final String LIST_EXECUTE = "L";
public static final String LIST_STATUS_REQUEST = "M";
public static final String LIST_STATUS = "N";
public static final String ALLOCATION_INSTRUCTION_ACK = "P";
public static final String DONT_KNOW_TRADE = "Q";
public static final String QUOTE_REQUEST = "R";
public static final String QUOTE = "S";
public static final String SETTLEMENT_INSTRUCTIONS = "T";
public static final String MARKET_DATA_REQUEST = "V";
public static final String MARKET_DATA_SNAPSHOT_FULL_REFRESH = "W";
public static final String MARKET_DATA_INCREMENTAL_REFRESH = "X";
public static final String MARKET_DATA_REQUEST_REJECT = "Y";
public static final String QUOTE_CANCEL = "Z";
public static final String QUOTE_STATUS_REQUEST = "a";
public static final String MASS_QUOTE_ACKNOWLEDGEMENT = "b";
public static final String SECURITY_DEFINITION_REQUEST = "c";
public static final String SECURITY_DEFINITION = "d";
public static final String SECURITY_STATUS_REQUEST = "e";
public static final String SECURITY_STATUS = "f";
public static final String TRADING_SESSION_STATUS_REQUEST = "g";
public static final String TRADING_SESSION_STATUS = "h";
public static final String MASS_QUOTE = "i";
public static final String BUSINESS_MESSAGE_REJECT = "j";
public static final String BID_REQUEST = "k";
public static final String BID_RESPONSE = "l";
public static final String LIST_STRIKE_PRICE = "m";
public static final String XML_MESSAGE = "n";
public static final String REGISTRATION_INSTRUCTIONS = "o";
public static final String REGISTRATION_INSTRUCTIONS_RESPONSE = "p";
public static final String ORDER_MASS_CANCEL_REQUEST = "q";
public static final String ORDER_MASS_CANCEL_REPORT = "r";
public static final String NEW_ORDER_CROSS = "s";
public static final String CROSS_ORDER_CANCEL_REPLACE_REQUEST = "t";
public static final String CROSS_ORDER_CANCEL_REQUEST = "u";
public static final String SECURITY_TYPE_REQUEST = "v";
public static final String SECURITY_TYPES = "w";
public static final String SECURITY_LIST_REQUEST = "x";
public static final String SECURITY_LIST = "y";
public static final String DERIVATIVE_SECURITY_LIST_REQUEST = "z";
public static final String DERIVATIVE_SECURITY_LIST = "AA";
public static final String NEW_ORDER_MULTILEG = "AB";
public static final String MULTILEG_ORDER_CANCEL_REPLACE = "AC";
public static final String TRADE_CAPTURE_REPORT_REQUEST = "AD";
public static final String TRADE_CAPTURE_REPORT = "AE";
public static final String ORDER_MASS_STATUS_REQUEST = "AF";
public static final String QUOTE_REQUEST_REJECT = "AG";
public static final String RFQ_REQUEST = "AH";
public static final String QUOTE_STATUS_REPORT = "AI";
public static final String QUOTE_RESPONSE = "AJ";
public static final String CONFIRMATION = "AK";
public static final String POSITION_MAINTENANCE_REQUEST = "AL";
public static final String POSITION_MAINTENANCE_REPORT = "AM";
public static final String REQUEST_FOR_POSITIONS = "AN";
public static final String REQUEST_FOR_POSITIONS_ACK = "AO";
public static final String POSITION_REPORT = "AP";
public static final String TRADE_CAPTURE_REPORT_REQUEST_ACK = "AQ";
public static final String TRADE_CAPTURE_REPORT_ACK = "AR";
public static final String ALLOCATION_REPORT = "AS";
public static final String ALLOCATION_REPORT_ACK = "AT";
public static final String CONFIRMATION_ACK = "AU";
public static final String SETTLEMENT_INSTRUCTION_REQUEST = "AV";
public static final String ASSIGNMENT_REPORT = "AW";
public static final String COLLATERAL_REQUEST = "AX";
public static final String COLLATERAL_ASSIGNMENT = "AY";
public static final String COLLATERAL_RESPONSE = "AZ";
public static final String ORDER_MASS_ACTION_REQUEST = "CA";
public static final String USER_NOTIFICATION = "CB";
public static final String STREAM_ASSIGNMENT_REQUEST = "CC";
public static final String STREAM_ASSIGNMENT_REPORT = "CD";
public static final String STREAM_ASSIGNMENT_REPORT_ACK = "CE";
public static final String COLLATERAL_REPORT = "BA";
public static final String COLLATERAL_INQUIRY = "BB";
public static final String NETWORK_STATUS_REQUEST = "BC";
public static final String NETWORK_STATUS_RESPONSE = "BD";
public static final String USER_REQUEST = "BE";
public static final String USER_RESPONSE = "BF";
public static final String COLLATERAL_INQUIRY_ACK = "BG";
public static final String CONFIRMATION_REQUEST = "BH";
public static final String TRADING_SESSION_LIST_REQUEST = "BI";
public static final String TRADING_SESSION_LIST = "BJ";
public static final String SECURITY_LIST_UPDATE_REPORT = "BK";
public static final String ADJUSTED_POSITION_REPORT = "BL";
public static final String ALLOCATION_INSTRUCTION_ALERT = "BM";
public static final String EXECUTION_ACKNOWLEDGEMENT = "BN";
public static final String CONTRARY_INTENTION_REPORT = "BO";
public static final String SECURITY_DEFINITION_UPDATE_REPORT = "BP";
public static final String SETTLEMENT_OBLIGATION_REPORT = "BQ";
public static final String DERIVATIVE_SECURITY_LIST_UPDATE_REPORT = "BR";
public static final String TRADING_SESSION_LIST_UPDATER_EPORT = "BS";
public static final String MARKET_DEFINITION_REQUEST = "BT";
public static final String MARKET_DEFINITION = "BU";
public static final String MARKET_DEFINITION_UPDATE_REPORT = "BV";
public static final String APPLICATION_MESSAGE_REQUEST = "BW";
public static final String APPLICATION_MESSAGE_REQUEST_ACK = "BX";
public static final String APPLICATION_MESSAGE_REPORT = "BY";
public static final String ORDER_MASS_ACTION_REPORT = "BZ";
public static final String ACCOUNT_SUMMARY_REPORT_REQUEST = "UA";
public static final String ACCOUNT_SUMMARY_REPORT = "CQ";
public MsgType() {
super(35);
}
public MsgType(String data) {
super(35, data);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy