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
docs(option/{at_time,snapshot,list}): align param surface with upstream
Same parity sweep as the option/history family — strike and right are
optional with default `*` and `both`; min_time on snapshot endpoints
is HH:MM:SS.SSS, not milliseconds; expiration accepts YYYY-MM-DD and
wildcard `*`; Greeks-input defaults documented.
option_list_dates and option_list_contracts: request_type lower-case
trade/quote is the upstream enum; SDK still accepts the historical
TRADE/QUOTE casing.
option_list_strikes already mirrored upstream exactly — no change
needed.
<divclass="param-desc">Strike price in dollars (e.g. <code>"550"</code> or <code>"17.5"</code>), or <code>"*"</code> for all strikes. Default: <code>"*"</code>.</div>
<divclass="param-desc">Strike price in dollars (e.g. <code>"550"</code> or <code>"17.5"</code>), or <code>"*"</code> for all strikes. Default: <code>"*"</code>.</div>
<divclass="param-desc">Underlying symbol. Upstream additionally accepts a comma-separated list or <code>"*"</code> for all symbols; the SDK takes a single symbol per call and emits the wire-side enumeration internally.</div>
<divclass="param-desc">Strike price in dollars (e.g. <code>"500"</code> or <code>"17.5"</code>), or <code>"*"</code> for all strikes. Default: <code>"*"</code>.</div>
<divclass="param-desc">Strike price in dollars (e.g. <code>"550"</code> or <code>"17.5"</code>), or <code>"*"</code> for all strikes. Default: <code>"*"</code>.</div>
<divclass="param-desc">Minimum time of day as milliseconds from midnight</div>
92
+
<divclass="param-desc">Filters snapshots to timestamps at or after this ET wall-clock time. Format <code>HH:MM:SS.SSS</code>; legacy millisecond strings are also accepted.</div>
<divclass="param-desc">Use market value instead of last trade price</div>
96
+
<divclass="param-desc">When <code>true</code>, use the market value bid/ask/price inputs for the Greeks calculation. Default: <code>false</code>.</div>
<divclass="param-desc">Strike price in dollars (e.g. <code>"550"</code> or <code>"17.5"</code>), or <code>"*"</code> for all strikes. Default: <code>"*"</code>.</div>
<divclass="param-desc">Minimum time of day as milliseconds from midnight</div>
94
+
<divclass="param-desc">Filters snapshots to timestamps at or after this ET wall-clock time. Format <code>HH:MM:SS.SSS</code>; legacy millisecond strings are also accepted.</div>
<divclass="param-desc">Use market value instead of last trade price</div>
98
+
<divclass="param-desc">When <code>true</code>, use the market value bid/ask/price inputs for the Greeks calculation. Default: <code>false</code>.</div>
0 commit comments