Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .konfig/generate-id.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e3c49055-de8e-4b2b-ae26-d1ca617a3fae
74dc369b-f3bd-494c-ad5e-2adcc3a5a1b6
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ $result = $snaptrade->accountInformation->getUserAccountOrders(

##### state: `string`<a id="state-string"></a>

defaults value is set to \"all\"
defaults to \"all\"

##### days: `int`<a id="days-int"></a>

Expand Down
10 changes: 5 additions & 5 deletions lib/Api/AccountInformationApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -3301,7 +3301,7 @@ public function getUserAccountOrderDetailRequest($account_id, $user_id, $user_se
* @param string $user_id user_id (required)
* @param string $user_secret user_secret (required)
* @param string $account_id account_id (required)
* @param string $state defaults value is set to \&quot;all\&quot; (optional)
* @param string $state defaults to \&quot;all\&quot; (optional)
* @param int $days Number of days in the past to fetch the most recent orders. Defaults to the last 30 days if no value is passed in. Values greater than 90 will be capped at 90. (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getUserAccountOrders'] to see the possible values for this operation
*
Expand Down Expand Up @@ -3334,7 +3334,7 @@ public function getUserAccountOrders(
* @param string $user_id (required)
* @param string $user_secret (required)
* @param string $account_id (required)
* @param string $state defaults value is set to \&quot;all\&quot; (optional)
* @param string $state defaults to \&quot;all\&quot; (optional)
* @param int $days Number of days in the past to fetch the most recent orders. Defaults to the last 30 days if no value is passed in. Values greater than 90 will be capped at 90. (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getUserAccountOrders'] to see the possible values for this operation
*
Expand Down Expand Up @@ -3482,7 +3482,7 @@ public function getUserAccountOrdersWithHttpInfo($user_id, $user_secret, $accoun
* @param string $user_id (required)
* @param string $user_secret (required)
* @param string $account_id (required)
* @param string $state defaults value is set to \&quot;all\&quot; (optional)
* @param string $state defaults to \&quot;all\&quot; (optional)
* @param int $days Number of days in the past to fetch the most recent orders. Defaults to the last 30 days if no value is passed in. Values greater than 90 will be capped at 90. (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getUserAccountOrders'] to see the possible values for this operation
*
Expand Down Expand Up @@ -3518,7 +3518,7 @@ function ($response) {
* @param string $user_id (required)
* @param string $user_secret (required)
* @param string $account_id (required)
* @param string $state defaults value is set to \&quot;all\&quot; (optional)
* @param string $state defaults to \&quot;all\&quot; (optional)
* @param int $days Number of days in the past to fetch the most recent orders. Defaults to the last 30 days if no value is passed in. Values greater than 90 will be capped at 90. (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getUserAccountOrders'] to see the possible values for this operation
*
Expand Down Expand Up @@ -3575,7 +3575,7 @@ function ($exception) {
* @param string $user_id (required)
* @param string $user_secret (required)
* @param string $account_id (required)
* @param string $state defaults value is set to \&quot;all\&quot; (optional)
* @param string $state defaults to \&quot;all\&quot; (optional)
* @param int $days Number of days in the past to fetch the most recent orders. Defaults to the last 30 days if no value is passed in. Values greater than 90 will be capped at 90. (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getUserAccountOrders'] to see the possible values for this operation
*
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/AccountValueHistoryItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* AccountValueHistoryItem Class Doc Comment
*
* @category Class
* @description The estimeated account value at a specific point in time.
* @description The estimated account value at a specific point in time.
* @package SnapTrade
* @implements \ArrayAccess<string, mixed>
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Exchange.php
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ public function getCode()
/**
* Sets code
*
* @param string|null $code A short name for the exchange. For standardized exchange code, please us the `mic_code` field.
* @param string|null $code A short name for the exchange. For standardized exchange code, please use the `mic_code` field.
*
* @return self
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/PerformanceCustom.php
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ public function getContributionStreak()
/**
* Sets contribution_streak
*
* @param float|null $contribution_streak Current streak of cosecutive months where contributions were made
* @param float|null $contribution_streak Current streak of consecutive months where contributions were made
*
* @return self
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/SymbolExchange.php
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ public function getCode()
/**
* Sets code
*
* @param string|null $code A short name for the exchange. For standardized exchange code, please us the `mic_code` field.
* @param string|null $code A short name for the exchange. For standardized exchange code, please use the `mic_code` field.
*
* @return self
*/
Expand Down
2 changes: 1 addition & 1 deletion test/Model/AccountValueHistoryItemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* AccountValueHistoryItemTest Class Doc Comment
*
* @category Class
* @description The estimeated account value at a specific point in time.
* @description The estimated account value at a specific point in time.
* @package SnapTrade
*/
class AccountValueHistoryItemTest extends TestCase
Expand Down