- LogLevel
- SetExpertMagicNumber
- SetDeviationInPoints
- SetTypeFilling
- SetTypeFillingBySymbol
- SetAsyncMode
- SetMarginMode
- OrderOpen
- OrderModify
- OrderDelete
- PositionOpen
- PositionModify
- PositionClose
- PositionClosePartial
- PositionCloseBy
- Buy
- Sell
- BuyLimit
- BuyStop
- SellLimit
- SellStop
- Request
- RequestAction
- RequestActionDescription
- RequestMagic
- RequestOrder
- RequestSymbol
- RequestVolume
- RequestPrice
- RequestStopLimit
- RequestSL
- RequestTP
- RequestDeviation
- RequestType
- RequestTypeDescription
- RequestTypeFilling
- RequestTypeFillingDescription
- RequestTypeTime
- RequestTypeTimeDescription
- RequestExpiration
- RequestComment
- RequestPosition
- RequestPositionBy
- Result
- ResultRetcode
- ResultRetcodeDescription
- ResultDeal
- ResultOrder
- ResultVolume
- ResultPrice
- ResultBid
- ResultAsk
- ResultComment
- CheckResult
- CheckResultRetcode
- CheckResultRetcodeDescription
- CheckResultBalance
- CheckResultEquity
- CheckResultProfit
- CheckResultMargin
- CheckResultMarginFree
- CheckResultMarginLevel
- CheckResultComment
- PrintRequest
- PrintResult
- FormatRequest
- FormatRequestResult
OrderModify
未決注文のパラメータを変更します。
bool OrderModify(
|
パラメータ
ticket
[in] 注文チケット
価格
[in] 新しい注文実行価格(変更が必要でない場合は以前の値)
sl
[in] 決済逆指のトリガとなる新しい価格(変更が必要でない場合は以前の値)
tp
[in] 決済指値のトリガとなる新しい価格(変更が必要でない場合は以前の値)
type_time
[in] 期限による注文の新しい種類(変更が必要でない場合は以前の値)。ENUM_ORDER_TYPE_TIME 列挙値。
expiration
[in] 未決注文の新しい期限(変更が必要でない場合は以前の値)
stoplimit
[in] 価格が price の値になった時にリミット注文設定するのに使用される新しい価格ストップリミット注文のみで指定されます。
戻り値
基本構造体のチェックが成功した場合は true、それ以外の場合は false
注意事項
OrderModify(...) メソッドの正常な完成は、取引操作実行の成功を意味するものではありません。ResultRetcode() を使用しての取引リクエストの結果(取引サーバのリターンコード)のチェックが必要です。