MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / fbe_body

Method fbe_body

proto/protoex_models.cpp:23–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21{}
22
23size_t FieldModel<::protoex::Order>::fbe_body() const noexcept
24{
25 size_t fbe_result = 4 + 4
26 + id.fbe_size()
27 + symbol.fbe_size()
28 + side.fbe_size()
29 + type.fbe_size()
30 + price.fbe_size()
31 + volume.fbe_size()
32 + tp.fbe_size()
33 + sl.fbe_size()
34 ;
35 return fbe_result;
36}
37
38size_t FieldModel<::protoex::Order>::fbe_extra() const noexcept
39{

Callers 3

FieldModelMethod · 0.45
verify_fieldsMethod · 0.45
get_fieldsMethod · 0.45

Calls 1

fbe_sizeMethod · 0.45

Tested by

no test coverage detected