Operation type for the OrderSend() function. It can be any of the following values:
OrderSend() 関数の操作の種類。次のいずれかの値を指定できます。
Constant
定数 |
Value
値 |
Description
説明 |
| OP_BUY |
0 |
Buying position.
買い注文 |
| OP_SELL |
1 |
Selling position.
売り注文 |
| OP_BUYLIMIT |
2 |
Buy limit pending position.
買いの指値注文 |
| OP_SELLLIMIT |
3 |
Sell limit pending position.
売りの指値注文 |
| OP_BUYSTOP |
4 |
Buy stop pending position.
買いの逆指値注文 |
| OP_SELLSTOP |
5 |
Sell stop pending position.
売りの逆指値注文 |
|