yajsapi / Exports / executor/strategy / DummyMS
executor/strategy.DummyMS
MarketGeneral
↳ DummyMS
new DummyMS(): DummyMS
Returns: DummyMS
• Optional
_activity: undefined | Activity
Defined in: yajsapi/executor/strategy.ts:40
• constructor: Function
The initial value of Object.prototype.constructor is the standard built-in Object constructor.
Defined in: node_modules/typescript/lib/lib.es5.d.ts:122
• max_fixed: Number
Defined in: yajsapi/executor/strategy.ts:39
• max_for_counter: Map<Counter, Number>
Defined in: yajsapi/executor/strategy.ts:38
▸ decorate_demand(demand
: DemandBuilder): Promise<void>
Parameters:
Name | Type |
|
Returns: Promise<void>
Defined in: yajsapi/executor/strategy.ts:42
▸ hasOwnProperty(v
: string | number | symbol): boolean
Determines whether an object has a property with the specified name.
Parameters:
Name | Type | Description |
| string | number | symbol | A property name. |
Returns: boolean
Defined in: node_modules/typescript/lib/lib.es5.d.ts:137
▸ isPrototypeOf(v
: Object): boolean
Determines whether an object exists in another object's prototype chain.
Parameters:
Name | Type | Description |
| Object | Another object whose prototype chain is to be checked. |
Returns: boolean
Defined in: node_modules/typescript/lib/lib.es5.d.ts:143
▸ propertyIsEnumerable(v
: string | number | symbol): boolean
Determines whether a specified property is enumerable.
Parameters:
Name | Type | Description |
| string | number | symbol | A property name. |
Returns: boolean
Defined in: node_modules/typescript/lib/lib.es5.d.ts:149
▸ score_offer(offer
: OfferProposal): Promise
Parameters:
Name | Type |
|
Returns: Promise
Defined in: yajsapi/executor/strategy.ts:47
▸ toLocaleString(): string
Returns a date converted to a string using the current locale.
Returns: string
Defined in: node_modules/typescript/lib/lib.es5.d.ts:128
▸ toString(): string
Returns a string representation of an object.
Returns: string
Defined in: node_modules/typescript/lib/lib.es5.d.ts:125
▸ valueOf(): Object
Returns the primitive value of the specified object.
Returns: Object
Defined in: node_modules/typescript/lib/lib.es5.d.ts:131