Ejemplo n.º 1
0
<?php

namespace Model\WealthbotRebalancer;

require_once __DIR__ . '/../../AutoLoader.php';
\AutoLoader::registerAutoloader();
class TradeData extends Base
{
    /** @var int */
    private $jobId;
    /** @var int */
    private $accountId;
    /** @var int */
    private $securityId;
    /** @var string */
    private $accountNumber;
    /** @var int  */
    private $accountType;
    /** @var string */
    private $securityType;
    /** @var string */
    private $action;
    /** @var string */
    private $quantityType;
    /** @var int */
    private $quantity;
    /** @var string */
    private $symbol;
    /** @var string  */
    private $exchangeSwapSymbol;
    /** @var string  */