You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Get OHLCV latest timeseries data returned in time descending order. Data can be requested by the period and for the specific symbol eg `BITSTAMP_SPOT_BTC_USD`, if you need to query timeseries by asset pairs eg. `BTC/USD`, then please reffer to the Exchange Rates Timeseries data
231
-
--
232
-
-- :::info
233
-
-- OHLCV Latest endpoint is just the shortcut to the OHLCV Historical endpoint with substituted `time_start` and `time_end` parameters.
234
-
-- The OHLCV Historical endpoint data can be delayed a few seconds. Use OHLCV real-time data stream to get data without delay.
230
+
-- Get OHLCV latest timeseries data returned in time descending order. Data can be requested by the period and for the specific symbol eg `BITSTAMP_SPOT_BTC_USD`, if you need to query timeseries by asset pairs eg. `BTC/USD`, then please reffer to the Exchange Rates Timeseries data
231
+
--
232
+
-- :::info
233
+
-- OHLCV Latest endpoint is just the shortcut to the OHLCV Historical endpoint with substituted `time_start` and `time_end` parameters.
234
+
-- The OHLCV Historical endpoint data can be delayed a few seconds. Use OHLCV real-time data stream to get data without delay.
Copy file name to clipboardExpand all lines: finfeedapi/stock-api-rest/sdk/ada/src/client/-clients.ads
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
-- REST API
1
+
--FinFeedAPI Stock REST API
2
2
-- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
3
--
4
4
-- The version of the OpenAPI document: v1
@@ -90,11 +90,11 @@ package .Clients is
90
90
Result : out .Models.OHLCVTimeseriesItem_Type_Vectors.Vector);
91
91
92
92
-- Latest data
93
-
-- Get OHLCV latest timeseries data returned in time descending order. Data can be requested by the period and for the specific symbol eg `BITSTAMP_SPOT_BTC_USD`, if you need to query timeseries by asset pairs eg. `BTC/USD`, then please reffer to the Exchange Rates Timeseries data
94
-
--
95
-
-- :::info
96
-
-- OHLCV Latest endpoint is just the shortcut to the OHLCV Historical endpoint with substituted `time_start` and `time_end` parameters.
97
-
-- The OHLCV Historical endpoint data can be delayed a few seconds. Use OHLCV real-time data stream to get data without delay.
93
+
-- Get OHLCV latest timeseries data returned in time descending order. Data can be requested by the period and for the specific symbol eg `BITSTAMP_SPOT_BTC_USD`, if you need to query timeseries by asset pairs eg. `BTC/USD`, then please reffer to the Exchange Rates Timeseries data
94
+
--
95
+
-- :::info
96
+
-- OHLCV Latest endpoint is just the shortcut to the OHLCV Historical endpoint with substituted `time_start` and `time_end` parameters.
97
+
-- The OHLCV Historical endpoint data can be delayed a few seconds. Use OHLCV real-time data stream to get data without delay.
Copy file name to clipboardExpand all lines: finfeedapi/stock-api-rest/sdk/android/docs/AdminSystemEventModel.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,12 @@ Name | Type | Description | Notes
11
11
**systemEvent** | **Integer** | System event as byte value | [optional]
12
12
**systemEventCode** | **String** | System event as string | [optional]
13
13
**systemEventText** | **String** | Human-readable description of the system event | [optional]
14
-
**isSystemEventStartOfMessages** | **Boolean** | Indicates if the system event is 'Start of Messages' (O). Outside of heartbeat messages on the lower level protocol, the start of day message is the first message sent in any trading session. | [optional]
15
-
**isSystemEventStartOfSystemHours** | **Boolean** | Indicates if the system event is 'Start of System Hours' (S). This message indicates that IEX is open and ready to start accepting orders. | [optional]
16
-
**isSystemEventStartOfRegularMarketHours** | **Boolean** | Indicates if the system event is 'Start of Regular Market Hours' (R). This message indicates that DAY and GTX orders, as well as market orders and pegged orders, are available for execution on IEX. | [optional]
17
-
**isSystemEventEndOfRegularMarketHours** | **Boolean** | Indicates if the system event is 'End of Regular Market Hours' (M). This message indicates that DAY orders, market orders, and pegged orders are no longer accepted by IEX. | [optional]
18
-
**isSystemEventEndOfSystemHours** | **Boolean** | Indicates if the system event is 'End of System Hours' (E). This message indicates that IEX is now closed and will not accept any new orders during this trading session. It is still possible to receive messages after the end of day. | [optional]
19
-
**isSystemEventEndOfMessages** | **Boolean** | Indicates if the system event is 'End of Messages' (C). This is always the last message sent in any trading session. | [optional]
14
+
**isSystemEventStartOfMessages** | **Boolean** | Indicates if the system event is 'Start of Messages' (O). Outside of heartbeat messages on the lower level protocol, the start of day message is the first message sent in any trading session. | [optional]
15
+
**isSystemEventStartOfSystemHours** | **Boolean** | Indicates if the system event is 'Start of System Hours' (S). This message indicates that IEX is open and ready to start accepting orders. | [optional]
16
+
**isSystemEventStartOfRegularMarketHours** | **Boolean** | Indicates if the system event is 'Start of Regular Market Hours' (R). This message indicates that DAY and GTX orders, as well as market orders and pegged orders, are available for execution on IEX. | [optional]
17
+
**isSystemEventEndOfRegularMarketHours** | **Boolean** | Indicates if the system event is 'End of Regular Market Hours' (M). This message indicates that DAY orders, market orders, and pegged orders are no longer accepted by IEX. | [optional]
18
+
**isSystemEventEndOfSystemHours** | **Boolean** | Indicates if the system event is 'End of System Hours' (E). This message indicates that IEX is now closed and will not accept any new orders during this trading session. It is still possible to receive messages after the end of day. | [optional]
19
+
**isSystemEventEndOfMessages** | **Boolean** | Indicates if the system event is 'End of Messages' (C). This is always the last message sent in any trading session. | [optional]
Copy file name to clipboardExpand all lines: finfeedapi/stock-api-rest/sdk/android/docs/Level1QuoteUpdateModel.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ Name | Type | Description | Notes
9
9
**symbol** | **String** | The stock symbol | [optional]
10
10
**timestampNanos** | **Long** | Original timestamp in nanoseconds since epoch | [optional]
11
11
**timestamp** | [**Date**](Date.md) | Time when the quote update was recorded as DateTime | [optional]
12
-
**isSymbolAvailable** | **Boolean** | Gets whether the symbol is available for trading True if active, False if halted, paused, or otherwise not available | [optional]
13
-
**isPrePostMarketSession** | **Boolean** | Gets whether the market session is regular or pre/post-market True if pre/post-market session, False if regular market session | [optional]
12
+
**isSymbolAvailable** | **Boolean** | Gets whether the symbol is available for trading True if active, False if halted, paused, or otherwise not available | [optional]
13
+
**isPrePostMarketSession** | **Boolean** | Gets whether the market session is regular or pre/post-market True if pre/post-market session, False if regular market session | [optional]
14
14
**askSize** | **Integer** | Ask size in number of shares | [optional]
15
15
**askPrice** | **Double** | Ask price as decimal | [optional]
16
16
**bidPrice** | **Double** | Bid price as decimal | [optional]
0 commit comments