# マーケット

成行注文は、利用可能な最良価格で直ちに執行されます。価格の正確さよりもスピードを優先し、ポジションに入るまたはポジションを離れる最も直接的な方法です。

対応している場合、goodcryptoX は取引所のネイティブな成行注文を使用します。

成行注文をネイティブにサポートしていない取引所では、注文板の深い位置に置かれた指値IOC（即時執行または取消）注文を用いてこれを近似します — 買いの場合は最良売値の10%上、売りの場合は最良買値の10%下です。

通常の条件では、これは成行注文のように振る舞います。しかし、ボラティリティが高い場合や流動性が低い場合には、ネイティブの成行注文が完全に執行されるのと異なり、注文が一部のみ約定するか、全く約定しない可能性があります。


---

# 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://docs.goodcrypto.app/goodcryptox-ja/cex-qu-yin/shou-dong-zhu-wen/mketto.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.
