@investingwolf/alpaca-broker-api
Version:
Node.js client for alpaca broker API
44 lines (43 loc) • 1.14 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.InlineResponse2002 = void 0;
class InlineResponse2002 {
static getAttributeTypeMap() {
return InlineResponse2002.attributeTypeMap;
}
}
exports.InlineResponse2002 = InlineResponse2002;
InlineResponse2002.discriminator = undefined;
InlineResponse2002.attributeTypeMap = [
{
"name": "timestamp",
"baseName": "timestamp",
"type": "string"
},
{
"name": "is_open",
"baseName": "is_open",
"type": "boolean"
},
{
"name": "next_open",
"baseName": "next_open",
"type": "string"
},
{
"name": "next_close",
"baseName": "next_close",
"type": "string"
}
];