Package ru.tinkoff.piapi.contract.v1
Interface QuotationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Quotation,Quotation.Builder
public interface QuotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUnits
long getUnits()целая часть суммы, может быть отрицательным числом
int64 units = 1;- Returns:
- The units.
-
getNano
int getNano()дробная часть суммы, может быть отрицательным числом
int32 nano = 2;- Returns:
- The nano.
-