Skip to content

Commit

Permalink
customer strategy / order ref added to current and cleared
Browse files Browse the repository at this point in the history
don't think its returned on place requests
  • Loading branch information
liampauling committed Oct 9, 2016
1 parent 99a0cf7 commit e73fbb3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions betfairlightweight/resources/bettingresources.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,9 @@ class Meta(BaseResource.Meta):
'sizeMatched': 'size_matched',
'sizeRemaining': 'size_remaining',
'sizeVoided': 'size_voided',
'status': 'status'
'status': 'status',
'customerStrategyRef': 'customer_strategy_ref',
'customerOrderRef': 'customer_order_ref'
}
sub_resources = {
'priceSize': PriceSize
Expand Down Expand Up @@ -368,7 +370,9 @@ class Meta(BaseResource.Meta):
'selectionId': 'selection_id',
'settledDate': 'settled_date',
'side': 'side',
'sizeSettled': 'size_settled'
'sizeSettled': 'size_settled',
'customerStrategyRef': 'customer_strategy_ref',
'customerOrderRef': 'customer_order_ref'
}
datetime_attributes = (
'placedDate',
Expand Down

0 comments on commit e73fbb3

Please sign in to comment.