Attributes | Name and Description |
---|---|
|
caplin.workbench.model.PriceGenerator(Array pFieldNames)
|
Attributes | Name and Description |
---|---|
|
void
generate(Map mSeeds)
Add the randomly generated number to all defined fields Makes prices movements consistent across bid/ask. |
►
caplin.workbench.model.PriceGenerator(Array pFieldNames)
Array | pFieldNames | A list of field names that should be updated randomly. |
►
void
generate(Map mSeeds)
Add the randomly generated number to all defined fields Makes prices movements consistent across bid/ask. e.g. 1.1123 -> 1.1135
Map | mSeeds | A map of seed values to base the update on. |