gRPC API for My Funded trading
Project description
MyFunded gRPC API Proto Python Package
This package contains the Python-generated code from the Protocol Buffer definitions for the MyFunded gRPC API.
Installation
You can install this package using pip:
pip install my-funded-grpc-api-proto
To install a specific version:
pip install my-funded-grpc-api-proto==2023.05.15-1234567
Replace 2023.05.15-1234567
with the actual version you want to install.
Usage
After installation, you can import and use the generated classes in your Python code. Here's a basic example:
from my_funded_grpc_api_proto.v1 import trading_pb2, trading_pb2_grpc
# Example: Create a TradingAccountCashBalance message
balance = trading_pb2.TradingAccountCashBalance(
trading_account_id="123456",
balance=1000.00,
realized_pnl=50.00,
broker="ExampleBroker"
)
# Use the message in your gRPC client code
# ...
Available Modules
The package includes the following modules:
my_funded_grpc_api_proto.v1.trading_pb2
: Contains message classesmy_funded_grpc_api_proto.v1.trading_pb2_grpc
: Contains gRPC service classes
(Add more modules as necessary)
Development
This package is automatically generated from the Protocol Buffer definitions in the MyFunded gRPC API Proto repository. If you need to make changes, please submit a pull request to that repository.
License
[Specify your license here]
Contact
For any questions or issues, please open an issue on the GitHub repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file my_funded_grpc_api-0.1.5.tar.gz
.
File metadata
- Download URL: my_funded_grpc_api-0.1.5.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 532f20e062f0487a046d09f36a7ff3ae22e97726dbc491589641b3a7c3858c32 |
|
MD5 | 1a588eff59bc75f3c4b5f6e9c9f9b7c9 |
|
BLAKE2b-256 | 101adc9f388aa19195e4541bad2ea7e5b4397a923e59974a94b936617661ff9c |
File details
Details for the file my_funded_grpc_api-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: my_funded_grpc_api-0.1.5-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e91169e41dd30932bbfbfa92ede3202878bce4ef6d1e49cd0c9a4eaa5b3ca42 |
|
MD5 | d25110d03aa415f23e7b36252cb698d3 |
|
BLAKE2b-256 | 3f75b5f00d0f5938d9a5ccf3301c5b541e337bb0d41195bbb6d6900e8774e63f |