Skip to content

Commit ff04ea1

Browse files
committed
markdown changes
1 parent 05501ca commit ff04ea1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

indices_candles.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ import (
1111
// It encapsulates parameters for resolution, symbol, and date to be used in the request.
1212
// This struct provides methods such as Resolution(), Symbol(), Date(), and From() to set these parameters respectively.
1313
//
14-
// #### Public Methods:
15-
// - `Resolution(q string) *IndicesCandlesRequest`: Sets the resolution parameter for the request.
16-
// - `Symbol(q string) *IndicesCandlesRequest`: Sets the symbol parameter for the request.
17-
// - `Date(q interface{}) *IndicesCandlesRequest`: Sets the date parameter for the request.
18-
// - `From(q interface{}) *IndicesCandlesRequest`: Sets the 'from' date parameter for the request.
14+
// # Public Methods:
15+
// - Resolution(q string) *IndicesCandlesRequest: Sets the resolution parameter for the request.
16+
// - Symbol(q string) *IndicesCandlesRequest: Sets the symbol parameter for the request.
17+
// - Date(q interface{}) *IndicesCandlesRequest: Sets the date parameter for the request.
18+
// - From(q interface{}) *IndicesCandlesRequest: Sets the 'from' date parameter for the request.
1919
type IndicesCandlesRequest struct {
2020
*baseRequest
2121
resolutionParams *parameters.ResolutionParams // Holds the resolution parameter of the request.

0 commit comments

Comments
 (0)