All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openfeed.TradeCancelOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: openfeed.proto
// Protobuf Java Version: 4.28.3

package org.openfeed;

public interface TradeCancelOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.openfeed.TradeCancel)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Market participant/originator
   * 
* * bytes originatorId = 8; * @return The originatorId. */ com.google.protobuf.ByteString getOriginatorId(); /** * sint64 transactionTime = 9; * @return The transactionTime. */ long getTransactionTime(); /** * sint64 correctedTradePrice = 10; * @return The correctedTradePrice. */ long getCorrectedTradePrice(); /** * sint64 correctedTradeQuantity = 11; * @return The correctedTradeQuantity. */ long getCorrectedTradeQuantity(); /** * bytes tradeId = 12; * @return The tradeId. */ com.google.protobuf.ByteString getTradeId(); /** * bytes saleCondition = 13; * @return The saleCondition. */ com.google.protobuf.ByteString getSaleCondition(); /** * string currency = 14; * @return The currency. */ java.lang.String getCurrency(); /** * string currency = 14; * @return The bytes for currency. */ com.google.protobuf.ByteString getCurrencyBytes(); /** *
   * / Distribution time in nano seconds since epoch.
   * 
* * sint64 distributionTime = 15; * @return The distributionTime. */ long getDistributionTime(); /** *
   * / time in nano seconds since epoch.
   * 
* * sint64 transactionTime2 = 16; * @return The transactionTime2. */ long getTransactionTime2(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy