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

Method set_fields

proto/protoex_models.cpp:266–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void FieldModel<::protoex::Order>::set_fields(const ::protoex::Order& fbe_value) noexcept
267{
268 id.set(fbe_value.id);
269 symbol.set(fbe_value.symbol);
270 side.set(fbe_value.side);
271 type.set(fbe_value.type);
272 price.set(fbe_value.price);
273 volume.set(fbe_value.volume);
274 tp.set(fbe_value.tp);
275 sl.set(fbe_value.sl);
276}
277
278namespace protoex {
279

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected