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

ru.tinkoff.piapi.contract.v1.QuotationOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.25
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: common.proto

package ru.tinkoff.piapi.contract.v1;

public interface QuotationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.Quotation)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * целая часть суммы, может быть отрицательным числом
   * 
* * int64 units = 1; * @return The units. */ long getUnits(); /** *
   * дробная часть суммы, может быть отрицательным числом
   * 
* * int32 nano = 2; * @return The nano. */ int getNano(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy