Replies: 3 comments 2 replies
-
In general, the inputs of the functions, for example the I'm not sure what you mean by list market names "in a mod, not main", but I just added a new example that lists all market names. Error handling is not really something specific to this project, if you want to learn more about error handling in Rust, you can do so by reading guides on the internet. For handling numbers using rust_decimal, you can refer to the docs. If you have more specific questions, you can maybe post your code that causes errors and I'll try to help. |
Beta Was this translation helpful? Give feedback.
-
To provide the side for placing an order, you have to use the type In any case, I will try to add more examples in the future. Edit: I just realized that the docs aren't up to date. You can view the latest docs for ftx by running |
Beta Was this translation helpful? Give feedback.
-
Examples on my project: |
Beta Was this translation helpful? Give feedback.
-
It would be nice to have a few more examples of use for this module.
While developing new additions, it will be much easier if I have some references to examples.
For example, I want to add trigger orders but It is giving me errors presumably because I do not know how to format the inputs while using the function.
Some examples I would like:
Beta Was this translation helpful? Give feedback.
All reactions