mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-17 11:16:40 +08:00
EHN: Make continuous future adjustment style an argument
This commit is contained in:
@@ -161,7 +161,10 @@ def build_lookup_generic_cases(asset_finder_type):
|
||||
]
|
||||
fof14 = finder.retrieve_asset(fof14_sid)
|
||||
cf = finder.create_continuous_future(
|
||||
root_symbol=fof14.root_symbol, offset=0, roll_style='volume',
|
||||
root_symbol=fof14.root_symbol,
|
||||
offset=0,
|
||||
roll_style='volume',
|
||||
adjustment=None,
|
||||
)
|
||||
|
||||
dupe_0_start = dupe_0.start_date
|
||||
|
||||
Reference in New Issue
Block a user