neq quotation definition + priced_at field
This commit is contained in:
@@ -4,9 +4,11 @@ package oracle.v1;
|
||||
|
||||
option go_package = "github.com/tech/sendico/pkg/proto/oracle/v1;oraclev1";
|
||||
|
||||
import "common/money/v1/money.proto";
|
||||
import "common/fx/v1/fx.proto";
|
||||
import "common/trace/v1/trace.proto";
|
||||
import "google/protobuf/timestamp.proto";
|
||||
import "api/proto/common/money/v1/money.proto";
|
||||
import "api/proto/common/fx/v1/fx.proto";
|
||||
import "api/proto/common/trace/v1/trace.proto";
|
||||
|
||||
|
||||
message RateSnapshot {
|
||||
common.fx.v1.CurrencyPair pair = 1;
|
||||
@@ -46,6 +48,7 @@ message Quote {
|
||||
string provider = 8;
|
||||
string rate_ref = 9;
|
||||
bool firm = 10;
|
||||
google.protobuf.Timestamp priced_at = 11;
|
||||
}
|
||||
|
||||
message GetQuoteRequest {
|
||||
|
||||
Reference in New Issue
Block a user