Source code for cfxdb.gen.xbr.MemberLevel

# automatically generated by the FlatBuffers compiler, do not modify

# namespace: xbr

# XBR Member level.
[docs] class MemberLevel(object): # Unset
[docs] NONE = 0
# Member is active.
[docs] ACTIVE = 1
# Member is active and verified.
[docs] VERIFIED = 2
# Member is retired.
[docs] RETIRED = 3
# Member is subject to a temporary penalty.
[docs] PENALTY = 4
# Member is currently blocked and cannot current actively participate in the market.
[docs] BLOCKED = 5