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

Method set_fields

projects/Python/proto/proto.py:755–761  ·  view source on GitHub ↗
(self, fbe_value)

Source from the content-addressed store, hash-verified

753
754 # Set the struct fields values
755 def set_fields(self, fbe_value):
756 self.id.set(fbe_value.id)
757 self.symbol.set(fbe_value.symbol)
758 self.side.set(fbe_value.side)
759 self.type.set(fbe_value.type)
760 self.price.set(fbe_value.price)
761 self.volume.set(fbe_value.volume)
762
763
764# Fast Binary Encoding Order model

Callers 1

setMethod · 0.95

Calls 1

setMethod · 0.45

Tested by

no test coverage detected