Name Result Description Code Params Examples
LotType Cardinal Lot type
function LotType: cardinal;
There are no arguments You need to register to view the code example.
Price Int64 Lot price
function Price: int64;
There are no arguments You need to register to view the code example.
Seller String Lot seller name
function Seller: string;
There are no arguments You need to register to view the code example.
EndTime Cardinal Lot remaining selling time (in sec)
function EndTime: cardinal;
There are no arguments You need to register to view the code example.
Days Cardinal Lot full selling time (in days)
function Days: cardinal;
There are no arguments You need to register to view the code example.