Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Okx SubmitOrder ok.WsPlaceOrder SendJSONMessage err ,ok.PlaceOrder is ok #1805

Open
dazi005 opened this issue Feb 16, 2025 · 2 comments
Open
Labels
pending details when an issue requires extra details such the issue experienced and replication steps

Comments

@dazi005
Copy link

dazi005 commented Feb 16, 2025

	/*		if ok.Websocket.CanUseAuthenticatedWebsocketForWrapper() {
				placeOrderResponse, err = ok.WsPlaceOrder(ctx, orderRequest)
				if err != nil {
					fmt.Println(err)
					return nil, err
				}
			} else {
				placeOrderResponse, err = ok.PlaceOrder(ctx, orderRequest)
				if err != nil {
					return nil, err
				}
			}*/
@gloriousCode
Copy link
Collaborator

Could you please provide more detail about your experience? Thank you

@gloriousCode gloriousCode added the pending details when an issue requires extra details such the issue experienced and replication steps label Feb 16, 2025
@dazi005
Copy link
Author

dazi005 commented Feb 17, 2025

Image Image Image

Okx websocket connection: cannot send message websocket connection is disconnected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending details when an issue requires extra details such the issue experienced and replication steps
Projects
None yet
Development

No branches or pull requests

2 participants