# MarginsRealTimeGetBuyingPowerResponse

## Example Usage

```typescript
import { MarginsRealTimeGetBuyingPowerResponse } from "@apexfintechsolutions/ascend-sdk/models/operations";

let value: MarginsRealTimeGetBuyingPowerResponse = {};
```

## Fields

| Field                                                                                        | Type                                                                                         | Required                                                                                     | Description                                                                                  |
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| `httpMeta`                                                                                   | [components.HTTPMetadata](../../models/components/httpmetadata.md)                           | :heavy_check_mark:                                                                           | N/A                                                                                          |
| `buyingPower`                                                                                | [components.BuyingPower](../../models/components/buyingpower.md)                             | :heavy_minus_sign:                                                                           | OK                                                                                           |
| `status`                                                                                     | [components.Status](../../models/components/status.md)                                       | :heavy_minus_sign:                                                                           | INVALID_ARGUMENT: The request was not well formed. Check the error message for more details. |