Skip to content

Commit

Permalink
urls adjusted. InLieu Type added
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Nuke committed Jan 1, 2024
1 parent ddd85c9 commit 0cca9e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions ibflex/Types.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ class CashReportCurrency(FlexElement):
paymentInLieu: Optional[decimal.Decimal] = None
paymentInLieuSec: Optional[decimal.Decimal] = None
paymentInLieuCom: Optional[decimal.Decimal] = None
paymentInLieuIBUKL: Optional[decimal.Decimal] = None
transactionTax: Optional[decimal.Decimal] = None
transactionTaxSec: Optional[decimal.Decimal] = None
transactionTaxCom: Optional[decimal.Decimal] = None
Expand Down
6 changes: 3 additions & 3 deletions ibflex/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
###############################################################################
# SERVICE LOCATIONS
###############################################################################
FLEX_URL = 'https://gdcdyn.interactivebrokers.com/Universal/servlet/'
REQUEST_URL = FLEX_URL + 'FlexStatementService.SendRequest'
STMT_URL = FLEX_URL + 'FlexStatementService.GetStatement'
FLEX_URL = 'https://ndcdyn.interactivebrokers.com/AccountManagement/'
REQUEST_URL = FLEX_URL + 'FlexWebService/SendRequest'
STMT_URL = FLEX_URL + 'FlexWebService/GetStatement'


###############################################################################
Expand Down

0 comments on commit 0cca9e0

Please sign in to comment.