| 21 | {} |
| 22 | |
| 23 | size_t FinalModel<::protoex::Order>::fbe_allocation_size(const ::protoex::Order& fbe_value) const noexcept |
| 24 | { |
| 25 | size_t fbe_result = 0 |
| 26 | + id.fbe_allocation_size(fbe_value.id) |
| 27 | + symbol.fbe_allocation_size(fbe_value.symbol) |
| 28 | + side.fbe_allocation_size(fbe_value.side) |
| 29 | + type.fbe_allocation_size(fbe_value.type) |
| 30 | + price.fbe_allocation_size(fbe_value.price) |
| 31 | + volume.fbe_allocation_size(fbe_value.volume) |
| 32 | + tp.fbe_allocation_size(fbe_value.tp) |
| 33 | + sl.fbe_allocation_size(fbe_value.sl) |
| 34 | ; |
| 35 | return fbe_result; |
| 36 | } |
| 37 | |
| 38 | size_t FinalModel<::protoex::Order>::verify() const noexcept |
| 39 | { |