# MCExtendQuote

## 函數列表

| **函數**                                                                                                             | **說明**                                  |
| ------------------------------------------------------------------------------------------------------------------ | --------------------------------------- |
| [GetHotChange](/touchance/multicharts/jia-zhi-han-shu/mcextendquote/re-men-yue-han-shu-gethotchange.md)            | 取得期貨熱門月合約所對應的指定月合約                      |
| [GetContractsExpire](/touchance/multicharts/jia-zhi-han-shu/mcextendquote/dao-qi-ri-han-shu-getcontractsexpire.md) | 取得期貨指定月合約的到期日期                          |
| [CallPut](/touchance/multicharts/jia-zhi-han-shu/mcextendquote/callput.md)                                         | 返回當前選擇權類型                               |
| [StrikePrice](/touchance/multicharts/jia-zhi-han-shu/mcextendquote/strikeprice.md)                                 | 返回當前選擇權的履約價                             |
| [UnderlyingSymbol](/touchance/multicharts/jia-zhi-han-shu/mcextendquote/underlyingsymbol.md)                       | 返回當前選擇權的標的合約名稱                          |
| [GetHotSpread](/touchance/multicharts/jia-zhi-han-shu/mcextendquote/gethotspread.md)                               | 返回該品種 Hot 合約與 Hot2 合約之每日價差值             |
| [GetHisTick](/touchance/multicharts/jia-zhi-han-shu/mcextendquote/gethistick.md)                                   | 獲取指定商品的歷史最佳買賣價、成交價與成交量等價量資訊             |
| [GetRealTimeValue](/touchance/multicharts/jia-zhi-han-shu/mcextendquote/getrealtimevalue.md)                       | 獲取指定商品的即時最佳買賣價、成交價與成交量等價量資訊             |
| [GetRealTimeString](/touchance/multicharts/jia-zhi-han-shu/mcextendquote/getrealtimestring.md)                     | 獲取指定商品的基本商品資訊，如商品代碼、所屬交易所代碼             |
| [GetRealTimeGreeks](/touchance/multicharts/jia-zhi-han-shu/mcextendquote/getrealtimegreeks.md)                     | 獲取指定選擇權的 Delta、Gamma、Theta、Vega、IV、OI資訊 |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://touchance-1.gitbook.io/touchance/multicharts/jia-zhi-han-shu/mcextendquote.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
