OnixS C++ B3 BOE Binary Order Entry 1.3.0
API Documentation
Loading...
Searching...
No Matches
DeltaInMillis Class Reference

Public Types

enum  
typedef UInt64 Time
typedef IntegralConstant< UInt8, 3 > Unit

Public Member Functions

std::string toString () const
Time time () const noexcept
void setTime (Time value) noexcept
Unit unit () const noexcept

Detailed Description

FIX type: Int.

Definition at line 701 of file Composites.h.

Member Typedef Documentation

◆ Time

typedef UInt64 Time

Interval time expressed in milliseconds.

Definition at line 708 of file Composites.h.

◆ Unit

typedef IntegralConstant<UInt8, 3> Unit

time unit (milliseconds).

Definition at line 713 of file Composites.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Size of the composite.

Enumerator
Size 

Definition at line 705 of file Composites.h.

Member Function Documentation

◆ setTime()

void setTime ( Time value)
inlinenoexcept

Interval time expressed in milliseconds.

Definition at line 729 of file Composites.h.

◆ time()

Time time ( ) const
inlinenoexcept

Interval time expressed in milliseconds.

Definition at line 722 of file Composites.h.

◆ toString()

std::string toString ( ) const
inline
Returns
a human-readable presentation.

Definition at line 3200 of file Serialization.h.

◆ unit()

Unit unit ( ) const
inlinenoexcept

time unit (milliseconds).

Definition at line 737 of file Composites.h.