feat(app): responsive asset detail layout, full width chart, reactive hero header, shimmer loaders and enriched fundamentals
This commit is contained in:
@@ -19,6 +19,7 @@ class TradeAcceptanceDto {
|
||||
final double? stopLoss;
|
||||
final double? takeProfit;
|
||||
final String? instrumentType;
|
||||
final String? derivativeIsin;
|
||||
final String? timeframe;
|
||||
final String? reasoning;
|
||||
|
||||
@@ -42,6 +43,7 @@ class TradeAcceptanceDto {
|
||||
this.stopLoss,
|
||||
this.takeProfit,
|
||||
this.instrumentType,
|
||||
this.derivativeIsin,
|
||||
this.timeframe,
|
||||
this.reasoning,
|
||||
});
|
||||
@@ -67,6 +69,7 @@ class TradeAcceptanceDto {
|
||||
'stopLoss': stopLoss,
|
||||
'takeProfit': takeProfit,
|
||||
'instrumentType': instrumentType,
|
||||
'derivativeIsin': derivativeIsin,
|
||||
'timeframe': timeframe,
|
||||
'reasoning': reasoning,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user