Skip to content

Commit

Permalink
Update: Add MIC specification for primary exchange (#91)
Browse files Browse the repository at this point in the history
This PR updates this param text to align with our documentation on the website.
  • Loading branch information
justinpolygon authored May 17, 2023
1 parent 20ca09a commit 48aad38
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ data class SupportedTickersParameters(
val market: String? = null,

/**
* Specify the primary exchange of the asset in the ISO code format.
* Find more information about the ISO codes at the ISO org website.
* Specify the asset's primary exchange Market Identifier Code (MIC) according to ISO 10383.
* Defaults to empty string which queries all exchanges.
*/
val exchange: String? = null,
Expand Down Expand Up @@ -167,4 +166,4 @@ data class TickerDTO(
@SerialName("share_class_figi") val shareClassFigi: String? = null,
val ticker: String? = null,
val type: String? = null
)
)

0 comments on commit 48aad38

Please sign in to comment.