namespace IndexFormula.Finance.DataProvider { using System; public class Master { public byte CT_v2_8_flag; public byte file_num; public byte[] file_type; public float first_date; public byte flag; public short ida_time; public string issue_name; public float last_date; public byte num_fields; public byte rec_len; public byte[] reserved1; public byte reserved2; public byte reserved3; public byte reserved4; public string symbol; public MetaStockTimeFrame time_frame; public Master() { byte[] buffer = new byte[2]; buffer[0] = 0x65; this.file_type = buffer; this.reserved1 = new byte[2]; } } }