Indicative cost operations
ig.operations.indicative_costs provides typed open, close, and edit quote requests plus durable
medium and history reads. Indicative quotes do not execute a trade.
| Python operation | IG request | Protocol version |
|---|---|---|
ig.operations.indicative_costs.quote_open() |
POST /indicativecostsandcharges/open |
1 |
ig.operations.indicative_costs.quote_close() |
POST /indicativecostsandcharges/close |
1 |
ig.operations.indicative_costs.quote_edit() |
POST /indicativecostsandcharges/edit |
1 |
ig.operations.indicative_costs.get_durable_medium() |
GET /indicativecostsandcharges/durablemedium/{quote_reference} |
1 |
ig.operations.indicative_costs.history() |
GET /indicativecostsandcharges/history/from/{from_date}/to/{to_date} |
1 |