Skip to content

Commit 0141c56

Browse files
committed
Make sure we support launchpad
1 parent 413fef3 commit 0141c56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

polygon/websocket/models/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def from_dict(cls, data: Dict[str, Any]) -> "FromDictProtocol":
2929
"T": EquityTrade,
3030
"Q": EquityQuote,
3131
"FMV": FairMarketValue,
32+
"LV": LaunchpadValue,
3233
},
3334
Market.Indices: {
3435
"A": EquityAgg,
@@ -48,12 +49,16 @@ def from_dict(cls, data: Dict[str, Any]) -> "FromDictProtocol":
4849
"XQ": CryptoQuote,
4950
"XL2": Level2Book,
5051
"FMV": FairMarketValue,
52+
"AM": EquityAgg,
53+
"LV": LaunchpadValue,
5154
},
5255
Market.Forex: {
5356
"CA": CurrencyAgg,
5457
"CAS": CurrencyAgg,
5558
"C": ForexQuote,
5659
"FMV": FairMarketValue,
60+
"AM": EquityAgg,
61+
"LV": LaunchpadValue,
5762
},
5863
}
5964

0 commit comments

Comments
 (0)