Exemplo n.º 1
0
 def delta_bad_cap(self):
     return config.get_from_config(key="delta_bad_cap",
                                   section=self.DELTA_SECTION,
                                   factory=float)
Exemplo n.º 2
0
 def price_threshold(self):
     return config.get_from_config(key="price_threshold",
                                   section=self.DELTA_SECTION,
                                   factory=float)
Exemplo n.º 3
0
 def L2(self):
     return config.get_from_config(key="L2",
                                   section=self.DELTA_SECTION,
                                   factory=Decimal)
Exemplo n.º 4
0
 def GracePeriod(self):
     return config.get_from_config(key="GracePeriod",
                                   section=self.DELTA_SECTION,
                                   factory=int)