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

com.tigerbrokers.stock.openapi.client.socket.data.pb.ResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: Response.proto

package com.tigerbrokers.stock.openapi.client.socket.data.pb;

public interface ResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.tigerbrokers.stock.openapi.client.socket.data.pb.Response)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.Command command = 1;
   * @return The enum numeric value on the wire for command.
   */
  int getCommandValue();
  /**
   * .com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.Command command = 1;
   * @return The command.
   */
  com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.Command getCommand();

  /**
   * 
   * from request's id
   * 
* * optional uint32 id = 2; * @return Whether the id field is set. */ boolean hasId(); /** *
   * from request's id
   * 
* * optional uint32 id = 2; * @return The id. */ int getId(); /** * optional int32 code = 3; * @return Whether the code field is set. */ boolean hasCode(); /** * optional int32 code = 3; * @return The code. */ int getCode(); /** * optional string msg = 4; * @return Whether the msg field is set. */ boolean hasMsg(); /** * optional string msg = 4; * @return The msg. */ java.lang.String getMsg(); /** * optional string msg = 4; * @return The bytes for msg. */ com.google.protobuf.ByteString getMsgBytes(); /** * optional .com.tigerbrokers.stock.openapi.client.socket.data.pb.PushData body = 5; * @return Whether the body field is set. */ boolean hasBody(); /** * optional .com.tigerbrokers.stock.openapi.client.socket.data.pb.PushData body = 5; * @return The body. */ com.tigerbrokers.stock.openapi.client.socket.data.pb.PushData getBody(); /** * optional .com.tigerbrokers.stock.openapi.client.socket.data.pb.PushData body = 5; */ com.tigerbrokers.stock.openapi.client.socket.data.pb.PushDataOrBuilder getBodyOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy