Open malloryerik opened 9 months ago
Consider "details", so a request has a takes a "contract" -- say USD/JPY or ESH4 -- and "details", which are times, dates, what to show like bid or historical volatility, etc.
This avoids easy-to-confuse words like "options" (did they mean stock options?) and even "schedule".
Changed to "details", but now thinking should change to "opts" and simply always refer to those params / args as "opts" even in documentation, to avoid name conflict with options the financial instruments.
"opts" seems closer to idiomatic Elixir.