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:
parent
d7329ab5a4
commit
880d0cf543
|
|
@ -42,7 +42,7 @@ Transform the equity-focused trading agents architecture into a multi-asset syst
|
||||||
class Instrument(ABC):
|
class Instrument(ABC):
|
||||||
symbol: str
|
symbol: str
|
||||||
name: str
|
name: str
|
||||||
instrument_type: str # "EQUITY" | "FOREX"
|
instrument_type: InstrumentType # Enum: EQUITY, FOREX
|
||||||
|
|
||||||
class CurrencyPair(Instrument):
|
class CurrencyPair(Instrument):
|
||||||
base_currency: str # "EUR"
|
base_currency: str # "EUR"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue