I had it show up,
but I couldn’t reference it by using
ttOrderHedRow.BidMargin_c
I had to use the following code in expressions.
ttOrderHedRow.UDField<System.Decimal>("BidMargin_c")
EDIT: I’m on version 10.1.400.23
I had it show up,
but I couldn’t reference it by using
ttOrderHedRow.BidMargin_c
I had to use the following code in expressions.
ttOrderHedRow.UDField<System.Decimal>("BidMargin_c")
EDIT: I’m on version 10.1.400.23