Update untitled:plan-forexCustomization.prompt.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Bishal Sarkar 2026-04-06 20:15:43 +05:30 committed by GitHub
parent d7329ab5a4
commit 880d0cf543
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Transform the equity-focused trading agents architecture into a multi-asset syst
class Instrument(ABC):
symbol: str
name: str
instrument_type: str # "EQUITY" | "FOREX"
instrument_type: InstrumentType # Enum: EQUITY, FOREX
class CurrencyPair(Instrument):
base_currency: str # "EUR"