Build a trade platform using our APIs!

Trade Platform as-a-Service for custodian banks, brokerage, and capital management companies.

    1-  var createOrder = {
    2-   orderType: "LIMIT",
    3-   price: 123.45,
    4-   currencyCode: "EUR",
    5-   provider: "ICF",
    6-   symbol: "TL0",
    7-   side: "BUY",
    8-   orderAmount: 350
    9- };