Skip to content

Commit

Permalink
TAValue parser added
Browse files Browse the repository at this point in the history
  • Loading branch information
barbayrak committed Oct 27, 2021
1 parent d7c40a3 commit fce1272
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ data class TAValue (
@SerializedName("strategy_type") val strategyType : String?,
@SerializedName("strategy_id") val strategyId : String?,
@SerializedName("values") val values : Object?,
@SerializedName("signals") val signals : Object?
//@SerializedName("indicators") val indicators : List<TAIndicator>?
@SerializedName("signals") val signals : Object?,
@SerializedName("indicators") val indicators : List<TAIndicator>?
)

data class TASettings (
Expand Down

0 comments on commit fce1272

Please sign in to comment.