Quote from ezbentley:
Thanks for everyone for the inputs.
Does there exist any step-by-step guide "for dummies" to program this?
I mean for some of the most basic functions, such as receiving a quote from the API, sending an order, getting order confirmation, etc, I really don't see the point of re-inventing the wheel. These functions are so simple that the platform vendor should just provide a programming guide with code examples on how to do these things. It's quite a headache to start from scratch even for the simple functions.
Any other suggestion?
Dummies guide? Not that I'm aware of. There is a level of programming knowledge that is assumed if you are jumping into API programming. You should take a look at the API documentation for code examples and how to properly use exposed methods and properties.