Class for converting string values to Maximization or Minimization strategy objects
More...
|
| override string | Convert (Extremum value) |
| | Converts a Extremum object into a string More...
|
| |
| override Extremum | Convert (string value) |
| | Converts a string into its corresponding Extremum object More...
|
| |
| virtual T | Create (Type type, JToken token) |
| | Creates an instance of the un-projected type to be deserialized More...
|
| |
| abstract TResult | Convert (T value) |
| | Convert the input value to a value to be serialized More...
|
| |
| abstract T | Convert (TResult value) |
| | Converts the input value to be deserialized More...
|
| |
|
| override object | ReadJson (JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer) |
| | Reads the JSON representation of the object. More...
|
| |
| override void | WriteJson (JsonWriter writer, object value, JsonSerializer serializer) |
| | Writes the JSON representation of the object. More...
|
| |
| override bool | CanConvert (Type objectType) |
| | Determines whether this instance can convert the specified object type. More...
|
| |
Class for converting string values to Maximization or Minimization strategy objects
Definition at line 24 of file ExtremumJsonConverter.cs.
◆ Convert() [1/2]
| override string QuantConnect.Optimizer.Objectives.ExtremumJsonConverter.Convert |
( |
Extremum |
value | ) |
|
|
protected |
◆ Convert() [2/2]
| override Extremum QuantConnect.Optimizer.Objectives.ExtremumJsonConverter.Convert |
( |
string |
value | ) |
|
|
protected |
◆ PopulateProperties
| override bool QuantConnect.Optimizer.Objectives.ExtremumJsonConverter.PopulateProperties => false |
|
protected |
The documentation for this class was generated from the following file: