feat(core): add internal crypto isin resolution and subtitle mapping
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace FinlyticCore.Dtos.Fundamentals;
|
||||
|
||||
@@ -19,4 +19,7 @@ public record KeyExecutiveDto
|
||||
|
||||
[JsonPropertyName("payment")]
|
||||
public string Payment { get; init; } = string.Empty;
|
||||
|
||||
[JsonPropertyName("sortOrder")]
|
||||
public int SortOrder { get; init; } = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user