Skip to content

Commit d75d09f

Browse files
cboe one subprovider (#39)
* Add more cboe and conditions to the readme * missed a spot
1 parent 16ce069 commit d75d09f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

intriniorealtime/equities_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
CTA_B = "CTA_B"
2424
UTP = "UTP"
2525
OTC = "OTC"
26-
NASDAQ_BASIC = "NASDAQ_BASIC"
2726
IEX = "IEX"
2827
CBOE_ONE = "CBOE_ONE"
2928
PROVIDERS = [REALTIME, MANUAL, DELAYED_SIP, NASDAQ_BASIC, IEX, CBOE_ONE]
@@ -471,6 +470,7 @@ def __init__(self, client, bypass_parsing: bool):
471470
4: OTC,
472471
5: NASDAQ_BASIC,
473472
6: IEX,
473+
7: CBOE_ONE
474474
}
475475

476476
def parse_quote(self, quote_bytes: bytes, start_index: int = 0) -> EquitiesQuote:

intriniorealtime/equities_replay_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ def __init__(self, client):
446446
4: IntrinioRealtimeConstants.OTC,
447447
5: IntrinioRealtimeConstants.NASDAQ_BASIC,
448448
6: IntrinioRealtimeConstants.IEX,
449+
7: IntrinioRealtimeConstants.CBOE_ONE,
449450
}
450451

451452
def parse_quote(self, quote_bytes, start_index=0):

0 commit comments

Comments
 (0)