Motif API
GitHub
Motif
Preparing search index...
extension-svc/history-sequencer/history-sequencer-svc
HistorySequencerSvc
Interface HistorySequencerSvc
interface
HistorySequencerSvc
{
createAccumulationIntervalHistorySequenceSeries
(
sequencer
:
IntervalHistorySequencer
,
)
:
AccumulationIntervalHistorySequenceSeries
;
createCloseIntervalHistorySequenceSeries
(
sequencer
:
IntervalHistorySequencer
,
)
:
CloseIntervalHistorySequenceSeries
;
createCurrentRepeatableExactHistorySequenceSeries
(
sequencer
:
RepeatableExactHistorySequencer
,
)
:
CurrentRepeatableExactHistorySequenceSeries
;
createDataIvemIdPriceVolumeSequenceHistory
(
dataIvemId
:
DataIvemId
,
)
:
DataIvemIdPriceVolumeSequenceHistory
;
createIntervalHistorySequencer
()
:
IntervalHistorySequencer
;
createLastIntervalHistorySequenceSeries
(
sequencer
:
IntervalHistorySequencer
,
)
:
LastIntervalHistorySequenceSeries
;
createOhlcIntervalHistorySequenceSeries
(
sequencer
:
IntervalHistorySequencer
,
)
:
OhlcIntervalHistorySequenceSeries
;
createRepeatableExactHistorySequencer
()
:
RepeatableExactHistorySequencer
;
typeFromJsonValue
(
value
:
string
)
:
HistorySequencer
.
TypeEnum
;
typeToJsonValue
(
value
:
HistorySequencer
.
TypeEnum
)
:
string
;
}
Index
Methods
create
Accumulation
Interval
History
Sequence
Series
create
Close
Interval
History
Sequence
Series
create
Current
Repeatable
Exact
History
Sequence
Series
create
Data
Ivem
Id
Price
Volume
Sequence
History
create
Interval
History
Sequencer
create
Last
Interval
History
Sequence
Series
create
Ohlc
Interval
History
Sequence
Series
create
Repeatable
Exact
History
Sequencer
type
From
Json
Value
type
To
Json
Value
Methods
create
Accumulation
Interval
History
Sequence
Series
createAccumulationIntervalHistorySequenceSeries
(
sequencer
:
IntervalHistorySequencer
,
)
:
AccumulationIntervalHistorySequenceSeries
Parameters
sequencer
:
IntervalHistorySequencer
Returns
AccumulationIntervalHistorySequenceSeries
create
Close
Interval
History
Sequence
Series
createCloseIntervalHistorySequenceSeries
(
sequencer
:
IntervalHistorySequencer
,
)
:
CloseIntervalHistorySequenceSeries
Parameters
sequencer
:
IntervalHistorySequencer
Returns
CloseIntervalHistorySequenceSeries
create
Current
Repeatable
Exact
History
Sequence
Series
createCurrentRepeatableExactHistorySequenceSeries
(
sequencer
:
RepeatableExactHistorySequencer
,
)
:
CurrentRepeatableExactHistorySequenceSeries
Parameters
sequencer
:
RepeatableExactHistorySequencer
Returns
CurrentRepeatableExactHistorySequenceSeries
create
Data
Ivem
Id
Price
Volume
Sequence
History
createDataIvemIdPriceVolumeSequenceHistory
(
dataIvemId
:
DataIvemId
,
)
:
DataIvemIdPriceVolumeSequenceHistory
Parameters
dataIvemId
:
DataIvemId
Returns
DataIvemIdPriceVolumeSequenceHistory
create
Interval
History
Sequencer
createIntervalHistorySequencer
()
:
IntervalHistorySequencer
Returns
IntervalHistorySequencer
create
Last
Interval
History
Sequence
Series
createLastIntervalHistorySequenceSeries
(
sequencer
:
IntervalHistorySequencer
,
)
:
LastIntervalHistorySequenceSeries
Parameters
sequencer
:
IntervalHistorySequencer
Returns
LastIntervalHistorySequenceSeries
create
Ohlc
Interval
History
Sequence
Series
createOhlcIntervalHistorySequenceSeries
(
sequencer
:
IntervalHistorySequencer
,
)
:
OhlcIntervalHistorySequenceSeries
Parameters
sequencer
:
IntervalHistorySequencer
Returns
OhlcIntervalHistorySequenceSeries
create
Repeatable
Exact
History
Sequencer
createRepeatableExactHistorySequencer
()
:
RepeatableExactHistorySequencer
Returns
RepeatableExactHistorySequencer
type
From
Json
Value
typeFromJsonValue
(
value
:
string
)
:
HistorySequencer
.
TypeEnum
Parameters
value
:
string
Returns
HistorySequencer
.
TypeEnum
type
To
Json
Value
typeToJsonValue
(
value
:
HistorySequencer
.
TypeEnum
)
:
string
Parameters
value
:
HistorySequencer
.
TypeEnum
Returns
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
Accumulation
Interval
History
Sequence
Series
create
Close
Interval
History
Sequence
Series
create
Current
Repeatable
Exact
History
Sequence
Series
create
Data
Ivem
Id
Price
Volume
Sequence
History
create
Interval
History
Sequencer
create
Last
Interval
History
Sequence
Series
create
Ohlc
Interval
History
Sequence
Series
create
Repeatable
Exact
History
Sequencer
type
From
Json
Value
type
To
Json
Value
GitHub
Motif
Motif API
Loading...