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

Method set_fields

proto/proto_models.cpp:236–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void FieldModel<::proto::Order>::set_fields(const ::proto::Order& fbe_value) noexcept
237{
238 id.set(fbe_value.id);
239 symbol.set(fbe_value.symbol);
240 side.set(fbe_value.side);
241 type.set(fbe_value.type);
242 price.set(fbe_value.price);
243 volume.set(fbe_value.volume);
244}
245
246namespace proto {
247

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected