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)

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'