Trading Session List Request
Trading Session List Request
Use this REST call to get details about the current and a few upcoming trading sessions available in REPO/Lend.
API Key Permission: Read
POST /API/repolend/marketstructure/TradSessListReq
Request parameters
Field Name | Format | Req'd | Comments |
---|---|---|---|
<StandardHeader> Component block | ✓ | MsgType = BI | |
MsgType | String | ✓ | BI = TradingSessionListRequest |
MsgSeqNum | SeqNum | ✓ | Incremental number used to identify if receiver missed a message |
SendingTime | UTCTimestamp | ✓ | Time of sending this message |
TradSesReqID | String | ✓ | User generated, must be a unique ID |
MarketID | Exchange |
| XCDE |
MarketSegmentID | String |
| REPO/Lend |
TradingSessionID | String |
| If message is intended to determine the status of a Trading Session |
TradSesMode | Int |
| Supported Session Modes: |
Request example:
{
"Header": {
"MsgType": "BI",
"MsgSeqNum": "87254",
"SenderCompID": "SENDER",
"TargetCompID": "TARGET",
"SendingTime": "20220905-18:54:42.492"
},
"TradSesReqID": "8255gs009",
"MarketSegmentID": "REPO/Lend",
"TradingSessionID": "20220906",
"TradSesMode": "3"
}
Related content
Trading Session List
Trading Session List
Read with this
Security List Request
Security List Request
Read with this
Market Data Request
Market Data Request
Read with this
Security List
Security List
Read with this
Authentication
Authentication
Read with this
Market Structure
Market Structure
Read with this