# Part I

## Definitions

### AccountValueItem

| Name                                               | Schema             |
| -------------------------------------------------- | ------------------ |
| <p><strong>Date</strong><br><em>optional</em></p>  | string (date-time) |
| <p><strong>Value</strong><br><em>optional</em></p> | number (double)    |

### Base64FileMapModel

| Name                                              | Schema |
| ------------------------------------------------- | ------ |
| <p><strong>Data</strong><br><em>optional</em></p> | string |
| <p><strong>Name</strong><br><em>optional</em></p> | string |
| <p><strong>Type</strong><br><em>optional</em></p> | string |

### ChartCompareRequestModel

| Name                                                                   | Schema                                                                                                                                 |
| ---------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>Securities</strong><br><em>optional</em></p>                | < [SecuritySignature](https://documentation.autoshares.dev/api-documentation/definitions/..#securitysignature) > array                 |
| <p><strong>SecuritiesHistorySettings</strong><br><em>optional</em></p> | [SecurityHistoryRequestSettings](https://documentation.autoshares.dev/api-documentation/definitions/..#securityhistoryrequestsettings) |

### ChartHistoryModel

| Name                                                                  | Schema                                                                                                                                                   |
| --------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>IndicatorsHistory</strong><br><em>optional</em></p>        | < < [IndicatorHistoryMapModel](https://documentation.autoshares.dev/api-documentation/definitions/..#indicatorhistorymapmodel) > array > array           |
| <p><strong>SecurityHistory</strong><br><em>optional</em></p>          | < < [TimeSeriesValueCandleMapModel](https://documentation.autoshares.dev/api-documentation/definitions/..#timeseriesvaluecandlemapmodel) > array > array |
| <p><strong>SupportResistanceHistory</strong><br><em>optional</em></p> | [SupportResistanceMapModel](https://documentation.autoshares.dev/api-documentation/definitions/..#supportresistancemapmodel)                             |

### ChartHistoryRequestModel

| Name                                                                   | Schema                                                                                                                                             |
| ---------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>IndicatorsHistorySettings</strong><br><em>optional</em></p> | < [IndicatorHistoryRequestSettings](https://documentation.autoshares.dev/api-documentation/definitions/..#indicatorhistoryrequestsettings) > array |
| <p><strong>Security</strong><br><em>optional</em></p>                  | [SecuritySignature](https://documentation.autoshares.dev/api-documentation/definitions/..#securitysignature)                                       |
| <p><strong>SecurityHistorySettings</strong><br><em>optional</em></p>   | [SecurityHistoryRequestSettings](https://documentation.autoshares.dev/api-documentation/definitions/..#securityhistoryrequestsettings)             |

### CreateOrderResource

| Name                                                                 | Description                                                                                                                                                                              | Schema                                                                                                                                              |
| -------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>ClientId</strong><br><em>optional</em></p>                | Client order id.                                                                                                                                                                         | string                                                                                                                                              |
| <p><strong>Exchange</strong><br><em>optional</em></p>                | Desired exchange.                                                                                                                                                                        | string                                                                                                                                              |
| <p><strong>ExecInst</strong><br><em>optional</em></p>                | Execution instruction.                                                                                                                                                                   | enum (DoNotIncrease, DoNotReduce, AllOrNone)                                                                                                        |
| <p><strong>ExecutionInstructions</strong><br><em>optional</em></p>   | Algo order execution instructions.                                                                                                                                                       | < string, string > map                                                                                                                              |
| <p><strong>ExpireDate</strong><br><em>optional</em></p>              | Expire date. Assigned by client.                                                                                                                                                         | string (date-time)                                                                                                                                  |
| <p><strong>ExtendedHours</strong><br><em>optional</em></p>           | <p>indicates the extended trading session for GTX order execution (pre-market session, post-market session)<br>if empty - than there is no specific requirement for extended session</p> | string                                                                                                                                              |
| <p><strong>Legs</strong><br><em>optional</em></p>                    | Order legs                                                                                                                                                                               | < [CreateOrderResource](https://documentation.autoshares.dev/api-documentation/definitions/..#createorderresource) > array                          |
| <p><strong>Price</strong><br><em>optional</em></p>                   | Price (not used for some order types).                                                                                                                                                   | number (double)                                                                                                                                     |
| <p><strong>Quantity</strong><br><em>optional</em></p>                | <p>Quantity. Assigned by client.<br><strong>Minimum value</strong> : <code>0</code></p>                                                                                                  | number (double)                                                                                                                                     |
| <p><strong>Side</strong><br><em>optional</em></p>                    | Client side comments.                                                                                                                                                                    | enum (Buy, Sell, SellShort, BuyToCover)                                                                                                             |
| <p><strong>StopPrice</strong><br><em>optional</em></p>               | Stop price (used for stop orders).                                                                                                                                                       | number (double)                                                                                                                                     |
| <p><strong>Symbol</strong><br><em>optional</em></p>                  | Security symbol.                                                                                                                                                                         | string                                                                                                                                              |
| <p><strong>TimeInforce</strong><br><em>optional</em></p>             | Time in force.                                                                                                                                                                           | enum (Day, GoodTillCancel, AtTheOpening, ImmediateOrCancel, FillOrKill, GoodTillCrossing, GoodTillDate, GoodTillTime)                               |
| <p><strong>Token</strong><br><em>optional</em></p>                   | Additional identity key (usid in market scanner).                                                                                                                                        | string                                                                                                                                              |
| <p><strong>TrailingLimitAmount</strong><br><em>optional</em></p>     |                                                                                                                                                                                          | number (double)                                                                                                                                     |
| <p><strong>TrailingLimitAmountType</strong><br><em>optional</em></p> |                                                                                                                                                                                          | enum (Absolute, Persentage)                                                                                                                         |
| <p><strong>TrailingStopAmount</strong><br><em>optional</em></p>      |                                                                                                                                                                                          | number (double)                                                                                                                                     |
| <p><strong>TrailingStopAmountType</strong><br><em>optional</em></p>  |                                                                                                                                                                                          | enum (Absolute, Persentage)                                                                                                                         |
| <p><strong>Type</strong><br><em>optional</em></p>                    | Type. Assigned by client.                                                                                                                                                                | enum (Market, Limit, Stop, StopLimit, Pegged, TrailingStop, TrailingStopLimit, OneCancelOther, OneTriggerOther, OneTriggerOneCancelOther, External) |
| <p><strong>ValidationsToBypass</strong><br><em>optional</em></p>     | Flag property indicating validation rules to bypass                                                                                                                                      | integer (int32)                                                                                                                                     |

### CreateWatchlistModel

| Name                                                    | Schema                    |
| ------------------------------------------------------- | ------------------------- |
| <p><strong>Name</strong><br><em>optional</em></p>       | string                    |
| <p><strong>Securities</strong><br><em>optional</em></p> | < integer (int32) > array |

### EarningInfo

| Name                                                 | Schema          |
| ---------------------------------------------------- | --------------- |
| <p><strong>Percent</strong><br><em>optional</em></p> | number (double) |
| <p><strong>Value</strong><br><em>optional</em></p>   | number (double) |

### EditableHotkeyModel

| Name                                                          | Schema                                                                                                                             |
| ------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>ActionId</strong><br><em>optional</em></p>         | integer (int32)                                                                                                                    |
| <p><strong>Description</strong><br><em>optional</em></p>      | string                                                                                                                             |
| <p><strong>KeyboardShortcut</strong><br><em>optional</em></p> | string                                                                                                                             |
| <p><strong>Parameters</strong><br><em>optional</em></p>       | < [HotkeyParameterMapModel](https://documentation.autoshares.dev/api-documentation/definitions/..#hotkeyparametermapmodel) > array |

### EquityResource

| Name                                                         | Schema                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| ------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>AddedDate</strong><br><em>optional</em></p>       | string (date-time)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| <p><strong>AllowMargin</strong><br><em>optional</em></p>     | boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| <p><strong>AllowShort</strong><br><em>optional</em></p>      | boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| <p><strong>AllowTrade</strong><br><em>optional</em></p>      | boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| <p><strong>Currency</strong><br><em>optional</em></p>        | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>Description</strong><br><em>optional</em></p>     | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>Enabled</strong><br><em>optional</em></p>         | boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| <p><strong>Exchange</strong><br><em>optional</em></p>        | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>Id</strong><br><em>optional</em></p>              | integer (int32)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| <p><strong>ModifyDate</strong><br><em>optional</em></p>      | string (date-time)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| <p><strong>Precision</strong><br><em>optional</em></p>       | integer (int32)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| <p><strong>Symbol</strong><br><em>optional</em></p>          | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>TickSize</strong><br><em>optional</em></p>        | number (double)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| <p><strong>Type</strong><br><em>optional</em></p>            | enum (BankersAcceptance, CertificateOfDeposit, CollateralizeMortgageObligation, CorporateBond, CommercialPaper, CorporatePrivatePlacement, CommonStock, FederalHousingAuthority, FederalHomeLoan, FederalNationalMortgageAssociation, ForeignExchangeContract, Future, GovernmentNationalMortgageAssociation, TreasuriesPlusAgencyDebenture, MutualFund, MortgageInterestOnly, MortgagePrincipleOnly, MortgagePrivatePlacement, MiscellaneousPassThru, MunicipalBond, NoIsitcSecurityType, Option, PreferredStock, RepurchaseAgreement, ReverseRepurchaseAgreement, StudentLoanMarketingAssociation, TimeDeposit, UsTreasuryBill, Warrant, CatsTigersLions, WildcardEntry, ConvertibleBond, MortgageIoette, Index, FakeStockForNonStandartOption, Right, Cryptocurrency, ETF, DepositoryReceipt, CoveredWarrant, Unit) |
| <p><strong>VolumePrecision</strong><br><em>optional</em></p> | integer (int32)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |

### Expecting

| Name                                                                     | Schema |
| ------------------------------------------------------------------------ | ------ |
| <p><strong>Reason</strong><br><em>optional</em></p>                      | string |
| <p><strong>State</strong><br><em>optional</em><br><em>read-only</em></p> | string |
| <p><strong>Step</strong><br><em>optional</em></p>                        | string |
| <p><strong>Token</strong><br><em>optional</em></p>                       | string |

### Failed

| Name                                                                     | Schema |
| ------------------------------------------------------------------------ | ------ |
| <p><strong>Reason</strong><br><em>optional</em></p>                      | string |
| <p><strong>State</strong><br><em>optional</em><br><em>read-only</em></p> | string |
| <p><strong>Step</strong><br><em>optional</em></p>                        | string |

### FeeModel

| Name                                                      | Schema                                                 |
| --------------------------------------------------------- | ------------------------------------------------------ |
| <p><strong>CommissionId</strong><br><em>optional</em></p> | string                                                 |
| <p><strong>Id</strong><br><em>optional</em></p>           | integer (int32)                                        |
| <p><strong>Leverage</strong><br><em>optional</em></p>     | number (double)                                        |
| <p><strong>Seizure</strong><br><em>optional</em></p>      | enum (Placement, Execution, Fill, Proportional, Order) |
| <p><strong>Value</strong><br><em>optional</em></p>        | number (double)                                        |
| <p><strong>ValueType</strong><br><em>optional</em></p>    | enum (Absolute, Coefficient)                           |

### Formula

Formula model

| Name                                                    | Schema          |
| ------------------------------------------------------- | --------------- |
| <p><strong>Expression</strong><br><em>optional</em></p> | string          |
| <p><strong>Id</strong><br><em>optional</em></p>         | integer (int32) |
| <p><strong>Name</strong><br><em>optional</em></p>       | string          |

### FrameParams

| Name                                                       | Schema          |
| ---------------------------------------------------------- | --------------- |
| <p><strong>Description</strong><br><em>optional</em></p>   | string          |
| <p><strong>Name</strong><br><em>optional</em></p>          | string          |
| <p><strong>TargetPercent</strong><br><em>optional</em></p> | number (double) |
| <p><strong>Tolerance</strong><br><em>optional</em></p>     | number (double) |

### HistoricalTradeDataExportDataModel

| Name                                                         | Schema                                                                                                                                                             |
| ------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <p><strong>DefaultFileName</strong><br><em>optional</em></p> | string                                                                                                                                                             |
| <p><strong>Indicators</strong><br><em>optional</em></p>      | < [HistoricalTradeDataExportIndicatorModel](https://documentation.autoshares.dev/api-documentation/definitions/..#historicaltradedataexportindicatormodel) > array |
| <p><strong>Securities</strong><br><em>optional</em></p>      | < integer (int32) > array                                                                                                                                          |
| <p><strong>TimeFrame</strong><br><em>optional</em></p>       | [TimeFrameModel](https://documentation.autoshares.dev/api-documentation/definitions/..#timeframemodel)                                                             |

### HistoricalTradeDataExportIndicatorModel

| Name                                              | Schema           |
| ------------------------------------------------- | ---------------- |
| <p><strong>Args</strong><br><em>optional</em></p> | < object > array |
| <p><strong>Name</strong><br><em>optional</em></p> | string           |
| <p><strong>Text</strong><br><em>optional</em></p> | string           |
| <p><strong>Type</strong><br><em>optional</em></p> | string           |

### HotkeyMapModel

| Name                                                          | Schema                                                                                                                             |
| ------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>ActionId</strong><br><em>optional</em></p>         | integer (int32)                                                                                                                    |
| <p><strong>ActionName</strong><br><em>optional</em></p>       | string                                                                                                                             |
| <p><strong>ActionResource</strong><br><em>optional</em></p>   | [WebActionMapModel](https://documentation.autoshares.dev/api-documentation/definitions/..#webactionmapmodel)                       |
| <p><strong>Description</strong><br><em>optional</em></p>      | string                                                                                                                             |
| <p><strong>Id</strong><br><em>optional</em></p>               | integer (int32)                                                                                                                    |
| <p><strong>KeyboardShortcut</strong><br><em>optional</em></p> | string                                                                                                                             |
| <p><strong>Parameters</strong><br><em>optional</em></p>       | < [HotkeyParameterMapModel](https://documentation.autoshares.dev/api-documentation/definitions/..#hotkeyparametermapmodel) > array |

### HotkeyParameterMapModel

| Name                                                       | Schema          |
| ---------------------------------------------------------- | --------------- |
| <p><strong>HotkeyId</strong><br><em>optional</em></p>      | integer (int32) |
| <p><strong>Id</strong><br><em>optional</em></p>            | integer (int32) |
| <p><strong>ParameterId</strong><br><em>optional</em></p>   | integer (int32) |
| <p><strong>ParameterName</strong><br><em>optional</em></p> | string          |
| <p><strong>ParameterType</strong><br><em>optional</em></p> | integer (int32) |
| <p><strong>Value</strong><br><em>optional</em></p>         | string          |

### IFileUpload

| Name                                                     | Description                                                       | Schema                                                                                                             |
| -------------------------------------------------------- | ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| <p><strong>Data</strong><br><em>optional</em></p>        | **Pattern** : \`"^(?:\[A-Za-z0-9+/]{4})\*(?:\[A-Za-z0-9+/]{2}==\\ | \[A-Za-z0-9+/]{3}=)?$"\`                                                                                           |
| <p><strong>Description</strong><br><em>optional</em></p> |                                                                   | string                                                                                                             |
| <p><strong>FileKey</strong><br><em>optional</em></p>     |                                                                   | string                                                                                                             |
| <p><strong>FileName</strong><br><em>optional</em></p>    |                                                                   | string                                                                                                             |
| <p><strong>Id</strong><br><em>optional</em></p>          |                                                                   | integer (int32)                                                                                                    |
| <p><strong>Timestamp</strong><br><em>optional</em></p>   |                                                                   | string (date-time)                                                                                                 |
| <p><strong>Type</strong><br><em>optional</em></p>        |                                                                   | enum (Other, ImageJpeg, ImageGif, ImagePng, ImageBitmap, ImageIco, TextHtml, TextPlain, VideoMpeg, VideoQuicktime) |

### ISecurity

| Name                                                                                        | Schema                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| ------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>AddedDate</strong><br><em>optional</em><br><em>read-only</em></p>                | string (date-time)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| <p><strong>AllowMargin</strong><br><em>optional</em><br><em>read-only</em></p>              | boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| <p><strong>AllowShort</strong><br><em>optional</em><br><em>read-only</em></p>               | boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| <p><strong>AllowTrade</strong><br><em>optional</em><br><em>read-only</em></p>               | boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| <p><strong>BaseCurrency</strong><br><em>optional</em><br><em>read-only</em></p>             | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>CmsSuffix</strong><br><em>optional</em><br><em>read-only</em></p>                | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>ContractSize</strong><br><em>optional</em><br><em>read-only</em></p>             | number (double)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| <p><strong>CqsSuffix</strong><br><em>optional</em><br><em>read-only</em></p>                | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>Currency</strong><br><em>optional</em><br><em>read-only</em></p>                 | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>Cusip</strong><br><em>optional</em><br><em>read-only</em></p>                    | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>Description</strong><br><em>optional</em><br><em>read-only</em></p>              | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>Enabled</strong><br><em>optional</em><br><em>read-only</em></p>                  | boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| <p><strong>Exchange</strong><br><em>optional</em><br><em>read-only</em></p>                 | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>ExpirationDate</strong><br><em>optional</em><br><em>read-only</em></p>           | string (date-time)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| <p><strong>ExpirationName</strong><br><em>optional</em><br><em>read-only</em></p>           | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>ExpirationType</strong><br><em>optional</em><br><em>read-only</em></p>           | enum (Regular, Quarterly, Weekly, Flex, Undefined, Mini, NonStandard)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| <p><strong>Id</strong><br><em>optional</em><br><em>read-only</em></p>                       | integer (int32)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| <p><strong>Industry</strong><br><em>optional</em><br><em>read-only</em></p>                 | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>Isin</strong><br><em>optional</em><br><em>read-only</em></p>                     | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>Leverage</strong><br><em>optional</em><br><em>read-only</em></p>                 | number (double)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| <p><strong>MarginRate</strong><br><em>optional</em><br><em>read-only</em></p>               | number (double)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| <p><strong>ModifyDate</strong><br><em>optional</em><br><em>read-only</em></p>               | string (date-time)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| <p><strong>Name</strong><br><em>optional</em><br><em>read-only</em></p>                     | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>NasdaqSuffix</strong><br><em>optional</em><br><em>read-only</em></p>             | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>OptionType</strong><br><em>optional</em><br><em>read-only</em></p>               | enum (Call, Put, Undefined)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| <p><strong>ParentId</strong><br><em>optional</em><br><em>read-only</em></p>                 | integer (int32)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| <p><strong>Precision</strong><br><em>optional</em><br><em>read-only</em></p>                | integer (int32)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| <p><strong>Price</strong><br><em>optional</em><br><em>read-only</em></p>                    | number (double)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| <p><strong>QuoteSubscriptionKey</strong><br><em>optional</em><br><em>read-only</em></p>     | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>Sector</strong><br><em>optional</em><br><em>read-only</em></p>                   | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>Sedol</strong><br><em>optional</em><br><em>read-only</em></p>                    | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>SeriesId</strong><br><em>optional</em><br><em>read-only</em></p>                 | integer (int32)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| <p><strong>Source</strong><br><em>optional</em><br><em>read-only</em></p>                   | integer (int32)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| <p><strong>SourceId</strong><br><em>optional</em><br><em>read-only</em></p>                 | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>StrikePrice</strong><br><em>optional</em><br><em>read-only</em></p>              | number (double)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| <p><strong>Suffix</strong><br><em>optional</em><br><em>read-only</em></p>                   | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>Symbol</strong><br><em>optional</em><br><em>read-only</em></p>                   | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>TickSize</strong><br><em>optional</em><br><em>read-only</em></p>                 | number (double)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| <p><strong>Type</strong><br><em>optional</em><br><em>read-only</em></p>                     | enum (BankersAcceptance, CertificateOfDeposit, CollateralizeMortgageObligation, CorporateBond, CommercialPaper, CorporatePrivatePlacement, CommonStock, FederalHousingAuthority, FederalHomeLoan, FederalNationalMortgageAssociation, ForeignExchangeContract, Future, GovernmentNationalMortgageAssociation, TreasuriesPlusAgencyDebenture, MutualFund, MortgageInterestOnly, MortgagePrincipleOnly, MortgagePrivatePlacement, MiscellaneousPassThru, MunicipalBond, NoIsitcSecurityType, Option, PreferredStock, RepurchaseAgreement, ReverseRepurchaseAgreement, StudentLoanMarketingAssociation, TimeDeposit, UsTreasuryBill, Warrant, CatsTigersLions, WildcardEntry, ConvertibleBond, MortgageIoette, Index, FakeStockForNonStandartOption, Right, Cryptocurrency, ETF, DepositoryReceipt, CoveredWarrant, Unit) |
| <p><strong>UnderlyingSecuritySymbol</strong><br><em>optional</em><br><em>read-only</em></p> | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>Unit</strong><br><em>optional</em><br><em>read-only</em></p>                     | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <p><strong>VolumePrecision</strong><br><em>optional</em><br><em>read-only</em></p>          | integer (int32)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |

### IndicatorHistoryMapModel

| Name                                                | Schema                    |
| --------------------------------------------------- | ------------------------- |
| <p><strong>Date</strong><br><em>optional</em></p>   | integer (int32)           |
| <p><strong>Values</strong><br><em>optional</em></p> | < number (double) > array |

### IndicatorHistoryRequestSettings

| Name                                                              | Schema          |
| ----------------------------------------------------------------- | --------------- |
| <p><strong>CandlesCount</strong><br><em>optional</em></p>         | integer (int32) |
| <p><strong>EndDate</strong><br><em>optional</em></p>              | integer (int32) |
| <p><strong>IncludeNonMarketData</strong><br><em>optional</em></p> | boolean         |
| <p><strong>Interval</strong><br><em>optional</em></p>             | integer (int32) |
| <p><strong>Offset</strong><br><em>optional</em></p>               | integer (int32) |
| <p><strong>Period</strong><br><em>optional</em></p>               | string          |
| <p><strong>Signature</strong><br><em>optional</em></p>            | string          |
| <p><strong>StartDate</strong><br><em>optional</em></p>            | integer (int32) |

### LevelInfoMapModel

| Name                                                      | Schema                    |
| --------------------------------------------------------- | ------------------------- |
| <p><strong>BottomPrice</strong><br><em>optional</em></p>  | number (double)           |
| <p><strong>GreenCandles</strong><br><em>optional</em></p> | < integer (int32) > array |
| <p><strong>RedCandles</strong><br><em>optional</em></p>   | < integer (int32) > array |
| <p><strong>TopPrice</strong><br><em>optional</em></p>     | number (double)           |

### ModifyOrderResource

Modify order parameters

| Name                                                                 | Description                                                                                                                              | Schema                                                                                                                     |
| -------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>ClientId</strong><br><em>optional</em></p>                | Client order id.                                                                                                                         | string                                                                                                                     |
| <p><strong>ExecutionInstructions</strong><br><em>optional</em></p>   | Algo order execution instructions.                                                                                                       | < string, string > map                                                                                                     |
| <p><strong>ExpireDate</strong><br><em>optional</em></p>              | Expire date. Assigned by client.                                                                                                         | string (date-time)                                                                                                         |
| <p><strong>Id</strong><br><em>required</em></p>                      | <p>Internal order id.<br><strong>Minimum value</strong> : <code>1</code><br><strong>Maximum value</strong> : <code>2147483647</code></p> | integer (int32)                                                                                                            |
| <p><strong>Legs</strong><br><em>optional</em></p>                    | Order legs                                                                                                                               | < [ModifyOrderResource](https://documentation.autoshares.dev/api-documentation/definitions/..#modifyorderresource) > array |
| <p><strong>Price</strong><br><em>optional</em></p>                   | Price (not used for some order types).                                                                                                   | number (double)                                                                                                            |
| <p><strong>Quantity</strong><br><em>optional</em></p>                | <p>Quantity. Assigned by client.<br><strong>Minimum value</strong> : <code>0</code></p>                                                  | number (double)                                                                                                            |
| <p><strong>StopPrice</strong><br><em>optional</em></p>               | Stop price (used for stop orders).                                                                                                       | number (double)                                                                                                            |
| <p><strong>TrailingLimitAmount</strong><br><em>optional</em></p>     |                                                                                                                                          | number (double)                                                                                                            |
| <p><strong>TrailingLimitAmountType</strong><br><em>optional</em></p> |                                                                                                                                          | enum (Absolute, Persentage)                                                                                                |
| <p><strong>TrailingStopAmount</strong><br><em>optional</em></p>      |                                                                                                                                          | number (double)                                                                                                            |
| <p><strong>TrailingStopAmountType</strong><br><em>optional</em></p>  |                                                                                                                                          | enum (Absolute, Persentage)                                                                                                |
| <p><strong>ValidationsToBypass</strong><br><em>optional</em></p>     | Flag property indicating validation rules to bypass                                                                                      | integer (int32)                                                                                                            |
