Skip to content

Commit

Permalink
'Protobuf files change'
Browse files Browse the repository at this point in the history
  • Loading branch information
Build System committed Oct 29, 2024
1 parent b00b378 commit 6e9acf7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ message UpdateStaticDataOtcStreamingRequest

// [Optional] Trading calendar the option. Set it only if it needs to be modified.
string calendar = 11;

// [Optional] The Otc Streaming Id. Set it only if it needs to be modified.
string otc_streaming_id = 12;
}

// Static data creation message for OTC Streaming data
Expand Down Expand Up @@ -159,6 +162,9 @@ message CreateStaticDataOtcStreamingRequest

// [Optional] Trading calendar the option
string calendar = 10;

// [Mandatory] The Otc Streaming Id
string otc_streaming_id = 11;
}


Expand Down Expand Up @@ -202,4 +208,7 @@ message StaticDataOtcStreamingResponse

// Trading calendar the option
string calendar = 13;

// The Otc Streaming Id
string otc_streaming_id = 14;
}
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ message StaticDataRequest

// [Optional] Markit Id for option from OTCStreaming
google.protobuf.StringValue markit_id = 48;

// [Optional] Otc Streaming Id for option from OTCStreaming
google.protobuf.StringValue otc_streaming_id = 49;
}


Expand Down Expand Up @@ -329,6 +332,8 @@ message CdsIndexOptionEntry
string figi = 9;
// the calendar Code
string calendar = 10;
// The Otc Streaming Id
string otc_streaming_id = 11;
}

// Contain data about bonds
Expand Down

0 comments on commit 6e9acf7

Please sign in to comment.