delete dead code
This commit is contained in:
parent
3a6b6f1e26
commit
535ab7d048
1 changed files with 0 additions and 19 deletions
|
|
@ -1,19 +0,0 @@
|
|||
pub const SecurityType = enum {
|
||||
stock,
|
||||
etf,
|
||||
mutual_fund,
|
||||
index,
|
||||
crypto,
|
||||
forex,
|
||||
unknown,
|
||||
};
|
||||
|
||||
/// Basic information about a ticker symbol.
|
||||
pub const TickerInfo = struct {
|
||||
symbol: []const u8,
|
||||
name: ?[]const u8 = null,
|
||||
exchange: ?[]const u8 = null,
|
||||
security_type: SecurityType = .unknown,
|
||||
currency: ?[]const u8 = null,
|
||||
country: ?[]const u8 = null,
|
||||
};
|
||||
Loading…
Add table
Reference in a new issue