UD Field not showing up in Data Directive field listing

I had it show up,

image

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

1 Like