org.openfeed.SettlementOrBuilder 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 SettlementOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openfeed.Settlement)
com.google.protobuf.MessageOrBuilder {
/**
* sint64 transactionTime = 9;
* @return The transactionTime.
*/
long getTransactionTime();
/**
*
* / Date only, format 2012-07-04 -> 20120704
*
*
* sint32 tradeDate = 10;
* @return The tradeDate.
*/
int getTradeDate();
/**
*
* / Divide by priceDenominator
*
*
* sint64 price = 11;
* @return The price.
*/
long getPrice();
/**
* bool preliminarySettle = 12;
* @return The preliminarySettle.
*/
boolean getPreliminarySettle();
/**
* string currency = 13;
* @return The currency.
*/
java.lang.String getCurrency();
/**
* string currency = 13;
* @return The bytes for currency.
*/
com.google.protobuf.ByteString
getCurrencyBytes();
/**
* .org.openfeed.SettlementSource settlementSource = 14;
* @return The enum numeric value on the wire for settlementSource.
*/
int getSettlementSourceValue();
/**
* .org.openfeed.SettlementSource settlementSource = 14;
* @return The settlementSource.
*/
org.openfeed.SettlementSource getSettlementSource();
/**
*
* / Used by CME ITC.
*
*
* string session = 15;
* @return The session.
*/
java.lang.String getSession();
/**
*
* / Used by CME ITC.
*
*
* string session = 15;
* @return The bytes for session.
*/
com.google.protobuf.ByteString
getSessionBytes();
/**
*
* / True if not persisted in the EOD database.
*
*
* bool transient = 16;
* @return The transient.
*/
boolean getTransient();
/**
*
* / Reserved
*
*
* bool reserved = 127;
* @return The reserved.
*/
boolean getReserved();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy