Skip to content

Commit 6835ba5

Browse files
authored
fix(conditions): rename trade condition 61 to PRICEVOLUMEADJ (#480)
The display name carried a third-party product mark inherited from the upstream condition dictionary. The description ("Used to make volume and price corrections to match official exchange values") already describes the purpose, so the renamed `PRICEVOLUMEADJ` constant captures intent without the vendor reference. Single tracked occurrence, no downstream string match.
1 parent 02eb04a commit 6835ba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/tdbe/src/conditions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ pub const TRADE_CONDITIONS: [TradeCondition; 149] = [
822822
},
823823
TradeCondition {
824824
code: 61,
825-
name: "NANEXADMIN",
825+
name: "PRICEVOLUMEADJ",
826826
description: "Used to make volume and price corrections to match official exchange values.",
827827
cancel: false,
828828
late_report: false,

0 commit comments

Comments
 (0)