Initial Commit
This commit is contained in:
14
MarketData/MarketDataLib/MarketDataModel/ZacksRank.cs
Executable file
14
MarketData/MarketDataLib/MarketDataModel/ZacksRank.cs
Executable file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Text;
|
||||
using MarketData.Utils;
|
||||
|
||||
namespace MarketData.MarketDataModel
|
||||
{
|
||||
public class ZacksRank
|
||||
{
|
||||
public String Symbol{get;set;}
|
||||
public DateTime Date{get;set;}
|
||||
public String Rank{get;set;}
|
||||
public String Type{get;set;}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user