Definition at line 351 of file Composites.h.
◆ BlockLength
◆ NumInGroup
◆ anonymous enum
◆ blockLength() [1/2]
- Returns
- the blockLength field.
Definition at line 370 of file Composites.h.
371 {
372 return blockLength_;
373 }
◆ blockLength() [2/2]
Sets the blockLength field.
Definition at line 376 of file Composites.h.
377 {
378 blockLength_ = value;
379 }
◆ numInGroup() [1/2]
- Returns
- the numInGroup field.
Definition at line 383 of file Composites.h.
384 {
385 return numInGroup_;
386 }
◆ numInGroup() [2/2]
Sets the numInGroup field.
Definition at line 389 of file Composites.h.
390 {
391 numInGroup_ = value;
392 }
◆ toString()
| std::string toString |
( |
| ) |
const |
|
inline |
- Returns
- a human-readable presentation.
Definition at line 1688 of file Serialization.h.
1689{
1690 return toStr(*
this);
1691}
std::string toStr(Order::PriceOptional value)