Skip to content

2024-02-20 prev day changes#19

Open
traburi wants to merge 16 commits intoFastFinTech:mainfrom
traburi:main
Open

2024-02-20 prev day changes#19
traburi wants to merge 16 commits intoFastFinTech:mainfrom
traburi:main

Conversation

@traburi
Copy link

@traburi traburi commented Feb 20, 2024

Hi,

I did some test on

compiling the project in net8/maui/vs2022
subscribing TickStream
subscribing TransactionStream
requesting my full transaction history
sending limit order requests
sending market-if-touched order requests

and fixed the problems which occures during my tests

Uli

@traburi traburi changed the title 2024-02-24 prev day changes 2024-02-20 prev day changes Feb 20, 2024
@traburi
Copy link
Author

traburi commented Feb 23, 2024

Did some GetCandlestickData and AccountSummary stuff ...

@traburi
Copy link
Author

traburi commented Feb 23, 2024

a typical call to get candles how I use it

CandleSpecification requestParams = new CandleSpecification()
{
InstrumentName = symbol,
PricingComponent = new PricingComponent() { Bid = true, Ask = true },
CandleStickGranularity = candlestickGranularity
};

CandlestickResponse response = await _client.GetCandlestickData(requestParams, minTimeUtc, maxTimeUtc);

@traburi
Copy link
Author

traburi commented Feb 23, 2024

Order objecst are used as properties in the trade class too but with only a subset of the information send by oanda
So most of the required tags have to be removed.

Json failed due to missing init's on properties.
…ansaction

Update DividendAdjustmentTransaction.cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant