File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkg/exchange/okex/okexapi Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ import (
21
21
)
22
22
23
23
const defaultHTTPTimeout = time .Second * 15
24
- const RestBaseURL = "https://aws .okx.com/"
25
- const PublicWebSocketURL = "wss://wsaws .okx.com:8443/ws/v5/public"
26
- const PrivateWebSocketURL = "wss://wsaws .okx.com:8443/ws/v5/private"
27
- const PublicBusinessWebSocketURL = "wss://wsaws .okx.com:8443/ws/v5/business"
24
+ const RestBaseURL = "https://www .okx.com/"
25
+ const PublicWebSocketURL = "wss://ws .okx.com:8443/ws/v5/public"
26
+ const PrivateWebSocketURL = "wss://ws .okx.com:8443/ws/v5/private"
27
+ const PublicBusinessWebSocketURL = "wss://ws .okx.com:8443/ws/v5/business"
28
28
29
29
func (o OrderState ) IsWorking () bool {
30
30
return o == OrderStateLive || o == OrderStatePartiallyFilled
You can’t perform that action at this time.
0 commit comments