#include <persist.hpp>
|
| IPrec (const uint32_t seq, const off_t offset, const int32_t size) |
|
| IPrec () |
|
Definition at line 378 of file persist.hpp.
FIX8::IPrec::IPrec |
( |
const uint32_t |
seq, |
|
|
const off_t |
offset, |
|
|
const int32_t |
size |
|
) |
| |
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const IPrec & |
what |
|
) |
| |
|
friend |
Definition at line 386 of file persist.hpp.
387 {
return os <<
"seq:" << what._seq <<
' ' << what._prec; }
uint32_t FIX8::IPrec::_seq |
The documentation for this struct was generated from the following file: