Esempio n. 1
0
 def margin_account():
     return AccountFactory.create(
         TestEventStubs.margin_account_state(
             account_id=TestIdStubs.account_id()))
Esempio n. 2
0
 def betting_account(account_id=None):
     return AccountFactory.create(
         TestEventStubs.betting_account_state(
             account_id=account_id or TestIdStubs.account_id()))
Esempio n. 3
0
 def cash_account():
     return AccountFactory.create(
         TestEventStubs.cash_account_state(
             account_id=TestIdStubs.account_id()))