@investingwolf/alpaca-broker-api
Version:
Node.js client for alpaca broker API
49 lines (48 loc) • 1.23 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.InlineResponse2005 = void 0;
class InlineResponse2005 {
static getAttributeTypeMap() {
return InlineResponse2005.attributeTypeMap;
}
}
exports.InlineResponse2005 = InlineResponse2005;
InlineResponse2005.discriminator = undefined;
InlineResponse2005.attributeTypeMap = [
{
"name": "event_id",
"baseName": "event_id",
"type": "number"
},
{
"name": "at",
"baseName": "at",
"type": "Date"
},
{
"name": "journal_id",
"baseName": "journal_id",
"type": "string"
},
{
"name": "status_from",
"baseName": "status_from",
"type": "string"
},
{
"name": "status_to",
"baseName": "status_to",
"type": "string"
}
];