MCPcopy Create free account

hub / github.com/davecliff/BristolStockExchange / functions

Functions365 in github.com/davecliff/BristolStockExchange

Method__init__
(self, booktype, worstprice)
snashall2019.py:80
Method__init__
(self)
snashall2019.py:209
Method__init__
(self, ttype, tid, balance, time)
snashall2019.py:378
Method__init__
(self, ttype, tid, balance, time)
snashall2019.py:477
Method__init__
(self, ttype, tid, balance, time)
snashall2019.py:893
Method__init__
(self, ttype, tid, balance, time)
snashall2019.py:1136
Method__init__
(self, ttype, tid, balance, time)
snashall2019.py:1379
Method__init__
(self)
Trader_AA.py:25
Method__init__
Create one side of the LOB :param booktype: specifies bid or ask side of the LOB. :param worstprice: the initial value of the
BSE.py:95
Method__init__
Construct a new orderbook
BSE.py:243
Method__init__
Initializes a generic trader with attributes common to all/most types of trader Some trader types (e.g. ZIP) then have additional spe
BSE.py:495
Method__init__
Construct a PRZI trader :param ttype: the ticker-symbol for the type of trader (its strategy) :param tid: the trader id
BSE.py:845
Method__init__
Create a ZIP/ZIPSH/ZIPDE trader. :param ttype: the string identifying the trader-type (what strategy is this). :param tid: th
BSE.py:1608
Method__init__
Construct a PT1 trader :param ttype: the ticker-symbol for the type of trader (its strategy) :param tid: the trader id
BSE.py:2111
Method__init__
Construct a PT2 trader :param ttype: the ticker-symbol for the type of trader (its strategy) :param tid: the trader id
BSE.py:2321
Method__init__
(self, ttype, tid, balance, time,m)
ZhenZhang/source/IAA_NEW.py:13
Method__init__
(self, ttype, tid, balance, time)
ZhenZhang/source/Simple_MLOFI.py:11
Method__init__
(self, ttype, tid, balance, time)
ZhenZhang/source/BSE_trader_agents.py:427
Method__init__
(self, ttype, tid, balance, time)
ZhenZhang/source/BSE_trader_agents.py:810
Method__init__
(self, ttype, tid, balance, time)
ZhenZhang/source/BSE_trader_agents.py:1184
Method__init__
(self, ttype, tid, balance, time)
ZhenZhang/source/BSE_trader_agents.py:1517
Method__init__
(self, ttype, tid, balance, time, m)
ZhenZhang/source/IZIP_MLOFI.py:17
Method__init__
(self, booktype, worstprice)
ZhenZhang/source/BSE2.py:80
Method__init__
(self, id_string)
ZhenZhang/source/BSE2.py:512
Method__init__
(self, eid)
ZhenZhang/source/BSE2.py:707
Method__init__
(self, time, tid)
ZhenZhang/source/BSE2.py:733
Method__init__
(self, customer_id, trader_id, otype, ostyle, price, qty, time, endtime, assignmentid)
ZhenZhang/source/BSE2_msg_classes.py:5
Method__init__
(self, trader_id, otype, ostyle, price, qty, time, endtime, orderid)
ZhenZhang/source/BSE2_msg_classes.py:28
Method__init__
(self, trader_id, order_id, eventtype, transactions, revised_order, fee, balance)
ZhenZhang/source/BSE2_msg_classes.py:48
Method__init__
(self, ttype, tid, balance, time,m)
ZhenZhang/source/IAA_MLOFI.py:13
Method__init__
(self, ttype, tid, balance, time,m)
ZhenZhang/source/IGDX_MLOFI.py:15
Method__init__
(self, ttype, tid, balance, time)
ZhenZhang/source/GDX.py:15
Method__init__
(self, ttype, tid, balance, time,m)
ZhenZhang/source/ZZISHV.py:12
Method__str__
(self)
snashall2019.py:70
Method__str__
(self)
snashall2019.py:393
Method__str__
(self)
BSE.py:84
Method__str__
return a character-string that summarises a trader
BSE.py:519
Method__str__
(self)
ZhenZhang/source/BSE_trader_agents.py:34
Method__str__
(self)
ZhenZhang/source/BSE_trader_agents.py:453
Method__str__
(self)
ZhenZhang/source/IZIP_MLOFI.py:226
Method__str__
(self)
ZhenZhang/source/BSE2.py:121
Method__str__
(self)
ZhenZhang/source/BSE2.py:522
Method__str__
(self)
ZhenZhang/source/BSE2.py:717
Method__str__
(self)
ZhenZhang/source/BSE2.py:742
Method__str__
(self)
ZhenZhang/source/BSE2_msg_classes.py:17
Method__str__
(self)
ZhenZhang/source/BSE2_msg_classes.py:40
Method__str__
(self)
ZhenZhang/source/BSE2_msg_classes.py:57
Methodadd_cust_order
(self, order, verbose)
ZhenZhang/source/BSE_trader_agents.py:1571
Methodadd_msg
(msglist, tid, oid, etype, transactions, rev_order, fee, verbose)
ZhenZhang/source/BSE2.py:274
Methodadd_tapeitem
(eventlist, pool_id, time, oid, otype, qty, verbose)
ZhenZhang/source/BSE2.py:230
Methodanonymize_lob
(self, verbose)
ZhenZhang/source/BSE2.py:141
Methodask_equaltoorbetterthan
(p1, p2, verbose)
ZhenZhang/source/BSE2.py:89
Methodbid_equaltoorbetterthan
(p1, p2, verbose)
ZhenZhang/source/BSE2.py:84
Methodbookkeep
Update trader's individual records of transactions, profit/loss etc. :param trade: details of the transaction that took place
BSE.py:1233
Methodbookkeep
Update trader's records of its bank balance, current orders, and current job :param trade: the current time :param order: thi
BSE.py:2253
Methodbookkeep
Update trader's records of its bank balance, current orders, and current job :param trade: the current time :param order: thi
BSE.py:2463
Methodbookkeep
(self, msg, time, verbose)
ZhenZhang/source/BSE_trader_agents.py:1639
Methodcalc_cdf_lut
calculate cumulative distribution function (CDF) look-up table (LUT) :param strategy: strategy-value in [-1,+1] :
BSE.py:1000
Methodcalc_phi
()
snashall2019.py:1001
Methodclose_pool
(time, pool, verbose)
ZhenZhang/source/BSE2.py:798
Methoddivide_block_order
()
ZhenZhang/source/BSE_trader_agents.py:2032
Methodgauss_mutate_clip
Mutation of strategy-value by injection of zero-mean Gaussian noise, followed by clipping to keep in range. :param value: the
BSE.py:1574
Methodgetorder
(self, time, countdown, lob)
snashall2019.py:461
Methodgetorder
(self, time, countdown, lob)
snashall2019.py:797
Methodgetorder
(self, time, countdown, lob)
snashall2019.py:822
Methodgetorder
(self, time, countdown, lob)
snashall2019.py:853
Methodgetorder
(self, time, countdown, lob)
snashall2019.py:925
Methodgetorder
(self, time, countdown, lob)
snashall2019.py:1174
Methodgetorder
(self, time, countdown, lob)
snashall2019.py:1409
Methodgetorder
(self, time, countdown, lob)
Trader_AA.py:193
Methodgetorder
Create this trader's order to be sent to the exchange. :param time: the current time. :param countdown: how much time before
BSE.py:634
Methodgetorder
Create this trader's order to be sent to the exchange. :param time: the current time. :param countdown: how much time before
BSE.py:701
Methodgetorder
Create this trader's order to be sent to the exchange. :param time: the current time. :param countdown: how much time before
BSE.py:744
Methodgetorder
Create this trader's order to be sent to the exchange. :param time: the current time. :param countdown: how much time before
BSE.py:961
Methodgetorder
Create the next order for this trader :param time: the current time :param countdown: time remaining until market closes (not
BSE.py:1724
Methodgetorder
return this trader's order when it is polled in the main market_session loop. :param time: the current time. :param countdown
BSE.py:2151
Methodgetorder
return this trader's order when it is polled in the main market_session loop. :param time: the current time. :param countdown
BSE.py:2361
Methodgetorder
(self, time, countdown, lob, verbose)
ZhenZhang/source/IAA_NEW.py:385
Methodgetorder
(self, time, countdown, lob, verbose)
ZhenZhang/source/Simple_MLOFI.py:123
Methodgetorder
(self, time, countdown, lob, verbose)
ZhenZhang/source/BSE_trader_agents.py:234
Methodgetorder
(self, time, countdown, lob, verbose)
ZhenZhang/source/BSE_trader_agents.py:257
Methodgetorder
(self, time, countdown, lob, verbose)
ZhenZhang/source/BSE_trader_agents.py:286
Methodgetorder
(self, time, countdown, lob, verbose)
ZhenZhang/source/BSE_trader_agents.py:322
Methodgetorder
(self, time, countdown, lob, verbose)
ZhenZhang/source/BSE_trader_agents.py:385
Methodgetorder
(self, time, countdown, lob, verbose)
ZhenZhang/source/BSE_trader_agents.py:464
Methodgetorder
(self, time, countdown, lob,verbose)
ZhenZhang/source/BSE_trader_agents.py:1009
Methodgetorder
(self, time, countdown, lob,verbose)
ZhenZhang/source/BSE_trader_agents.py:1375
Methodgetorder
(self, time, countdown, lob,verbose)
ZhenZhang/source/BSE_trader_agents.py:1935
Methodgetorder
(self, time, countdown, lob, verbose)
ZhenZhang/source/IZIP_MLOFI.py:241
Methodgetorder
(self, time, countdown, lob, verbose)
ZhenZhang/source/IAA_MLOFI.py:299
Methodgetorder
(self, time, countdown, lob, verbose)
ZhenZhang/source/IGDX_MLOFI.py:220
Methodgetorder
(self, time, countdown, lob, verbose)
ZhenZhang/source/ZZISHV.py:211
Methodimbalance_alter
(quoteprice_aa, lob, countdown, m)
ZhenZhang/source/IAA_NEW.py:429
Methodimbalance_alter
(quoteprice, lob)
ZhenZhang/source/Simple_MLOFI.py:146
Methodimbalance_alter
(quoteprice_aa, lob)
ZhenZhang/source/BSE_trader_agents.py:1978
Methodimbalance_alter
(quoteprice_aa, lob, countdown, m)
ZhenZhang/source/IZIP_MLOFI.py:287
Methodimbalance_alter
(quoteprice_aa, lob, countdown, m)
ZhenZhang/source/IAA_MLOFI.py:343
Methodimbalance_alter
(quoteprice_aa, lob, countdown, m)
ZhenZhang/source/IGDX_MLOFI.py:221
Methodimbalance_alter
(quoteprice_aa, lob, countdown, m)
ZhenZhang/source/ZZISHV.py:250
Methodimbalancealter
(quoteprice_aa, lob)
ZhenZhang/source/BSE_trader_agents.py:1052
← previousnext →201–300 of 365, ranked by callers