Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
FastQuant
QueueFillSet
C# Class FastQuant.QueueFillSet
Inheritance:
IFillSet
Mostrar archivo
Open project: fastquant/fastquant.dll
Public Methods
Method
Description
Peek
( ) :
FastQuant.Fill
Pop
( ) :
FastQuant.Fill
Push
(
FastQuant.Fill
fill
) :
void
Method Details
Peek()
public
method
public
Peek
( ) :
FastQuant.Fill
return
FastQuant.Fill
Pop()
public
method
public
Pop
( ) :
FastQuant.Fill
return
FastQuant.Fill
Push()
public
method
public
Push
(
FastQuant.Fill
fill
) :
void
fill
FastQuant.Fill
return
void