Format
: string
in package
Enum Format
Represents the available output formats for market data responses.
Table of Contents
Cases
- CSV = 'csv'
- Represents CSV format output.
- HTML = 'html'
- Represents HTML format output.
- JSON = 'json'
- Represents JSON format output.
Cases
JSON
Represents JSON format output.
CSV
Represents CSV format output.
HTML
Represents HTML format output.