RealtimeDataSimulator.RandomizeInstruments Property
[Category(CATEGORY_SETTINGS)]
[DefaultValue(DEFAULT_RANDOMIZE_INSTRUMENTS)]
public bool RandomizeInstruments {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_SETTINGS)]
[DefaultValue(DEFAULT_RANDOMIZE_INSTRUMENTS)]
public:
property bool RandomizeInstruments {
bool get( );
void set(
bool value
);
}
This language is not supported or no code example is available.
public
Category(CATEGORY_SETTINGS)
DefaultValue(DEFAULT_RANDOMIZE_INSTRUMENTS)
function get RandomizeInstruments() : boolean;
public
Category(CATEGORY_SETTINGS)
DefaultValue(DEFAULT_RANDOMIZE_INSTRUMENTS)
function set RandomizeInstruments(value : boolean);
This language is not supported or no code example is available.
Property Value
bool
In this article
Definition