Skip to content

Commit

Permalink
markdown changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarketDataApp committed Feb 9, 2024
1 parent 05501ca commit ff04ea1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions indices_candles.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import (
// It encapsulates parameters for resolution, symbol, and date to be used in the request.
// This struct provides methods such as Resolution(), Symbol(), Date(), and From() to set these parameters respectively.
//
// #### Public Methods:
// - `Resolution(q string) *IndicesCandlesRequest`: Sets the resolution parameter for the request.
// - `Symbol(q string) *IndicesCandlesRequest`: Sets the symbol parameter for the request.
// - `Date(q interface{}) *IndicesCandlesRequest`: Sets the date parameter for the request.
// - `From(q interface{}) *IndicesCandlesRequest`: Sets the 'from' date parameter for the request.
// # Public Methods:
// - Resolution(q string) *IndicesCandlesRequest: Sets the resolution parameter for the request.
// - Symbol(q string) *IndicesCandlesRequest: Sets the symbol parameter for the request.
// - Date(q interface{}) *IndicesCandlesRequest: Sets the date parameter for the request.
// - From(q interface{}) *IndicesCandlesRequest: Sets the 'from' date parameter for the request.
type IndicesCandlesRequest struct {
*baseRequest
resolutionParams *parameters.ResolutionParams // Holds the resolution parameter of the request.
Expand Down

0 comments on commit ff04ea1

Please sign in to comment.