(self, buffer, offset)
| 76 | # Fast Binary Encoding OrderSide final model |
| 77 | class FinalModelOrderSide(fbe.FinalModel): |
| 78 | def __init__(self, buffer, offset): |
| 79 | super().__init__(buffer, offset) |
| 80 | |
| 81 | # Get the allocation size |
| 82 | # noinspection PyUnusedLocal |