neq quotation definition + priced_at field

This commit is contained in:
Stephan D
2026-02-13 15:35:17 +01:00
parent da1636014b
commit 52c4c046c9
85 changed files with 1180 additions and 162 deletions

View File

@@ -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 {