pyocf.enums.conversiontimingtype

Enumeration of convertible conversion timing for calculation purposes (e.g. does the instrument convert based on pre or post money).

class pyocf.enums.conversiontimingtype.ConversionTimingType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Enumeration of convertible conversion timing for calculation purposes (e.g. does the instrument convert based on pre or post money).

ENUM_POST_MONEY = 'POST_MONEY'
ENUM_PRE_MONEY = 'PRE_MONEY'