mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-21 23:16:49 +00:00
exchanges: Update ModifyOrder comments for clarity (#2044)
Co-authored-by: shazbert <ryan.oharareid@thrasher.io>
This commit is contained in:
@@ -938,7 +938,7 @@ func getOrderTypeString(oType order.Type) string {
|
||||
}
|
||||
}
|
||||
|
||||
// ModifyOrder will allow of changing orderbook placement and limit to market conversion
|
||||
// ModifyOrder modifies an existing order
|
||||
func (e *Exchange) ModifyOrder(ctx context.Context, action *order.Modify) (*order.ModifyResponse, error) {
|
||||
arg, err := e.deriveAmendOrderArguments(action)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user