Class: DummyMS
MarketGeneral
↳ DummyMS
• new DummyMS()
Inherited from
MarketGeneral.constructor
Defined in
• constructor:
Function
The initial value of Object.prototype.constructor is the standard built-in Object constructor.
Inherited from
MarketGeneral.constructor
Defined in
node_modules/typescript/lib/lib.es5.d.ts:122
• max_fixed:
Number
Defined in
Defined in
▸ decorate_demand(
demand
): Promise
Parameters
Name | Type |
---|---|
demand |
Returns
Promise
Overrides
MarketGeneral.decorate_demand
Defined in
▸ hasOwnProperty(
v
): boolean
Determines whether an object has a property with the specified name.
Parameters
Name | Type | Description |
---|---|---|
v | string | number | symbol | A property name. |
Returns
boolean
Inherited from
MarketGeneral.hasOwnProperty
Defined in
node_modules/typescript/lib/lib.es5.d.ts:137
▸ isPrototypeOf(
v
): boolean
Determines whether an object exists in another object's prototype chain.
Parameters
Name | Type | Description |
---|---|---|
v | Object | Another object whose prototype chain is to be checked. |
Returns
boolean
Inherited from
MarketGeneral.isPrototypeOf
Defined in
node_modules/typescript/lib/lib.es5.d.ts:143
▸ propertyIsEnumerable(
v
): boolean
Determines whether a specified property is enumerable.
Parameters
Name | Type | Description |
---|---|---|
v | string | number | symbol | A property name. |
Returns
boolean
Inherited from
MarketGeneral.propertyIsEnumerable
Defined in
node_modules/typescript/lib/lib.es5.d.ts:149
▸ score_offer(
offer
, history?
): Promise
Parameters
Name | Type |
---|---|
offer | |
history? |
Returns
Promise
Overrides
MarketGeneral.score_offer
Defined in
▸ toLocaleString():
string
Returns a date converted to a string using the current locale.
Returns
string
Inherited from
MarketGeneral.toLocaleString
Defined in
node_modules/typescript/lib/lib.es5.d.ts:128
▸ toString():
string
Returns a string representation of an object.
Returns
string
Inherited from
MarketGeneral.toString
Defined in
node_modules/typescript/lib/lib.es5.d.ts:125
▸ valueOf():
Object
Returns the primitive value of the specified object.
Returns
Object
Inherited from
MarketGeneral.valueOf
Defined in
node_modules/typescript/lib/lib.es5.d.ts:131