@investingwolf/alpaca-broker-api
Version:
Node.js client for alpaca broker API
79 lines (78 loc) • 1.78 kB
JavaScript
;
/**
* Alpaca Broker API
* Open brokerage accounts, enable commission-free trading, and manage the ongoing user experience with Alpaca Broker API
*
* The version of the OpenAPI document: 1.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.AssetResource = void 0;
class AssetResource {
static getAttributeTypeMap() {
return AssetResource.attributeTypeMap;
}
}
exports.AssetResource = AssetResource;
AssetResource.discriminator = undefined;
AssetResource.attributeTypeMap = [
{
"name": "id",
"baseName": "id",
"type": "string"
},
{
"name": "_class",
"baseName": "class",
"type": "string"
},
{
"name": "exchange",
"baseName": "exchange",
"type": "string"
},
{
"name": "symbol",
"baseName": "symbol",
"type": "string"
},
{
"name": "name",
"baseName": "name",
"type": "string"
},
{
"name": "status",
"baseName": "status",
"type": "string"
},
{
"name": "tradable",
"baseName": "tradable",
"type": "boolean"
},
{
"name": "marginable",
"baseName": "marginable",
"type": "boolean"
},
{
"name": "shortable",
"baseName": "shortable",
"type": "boolean"
},
{
"name": "easy_to_borrow",
"baseName": "easy_to_borrow",
"type": "boolean"
},
{
"name": "fractionable",
"baseName": "fractionable",
"type": "boolean"
}
];