If you want to have the pointer variable, tptr, point to the memory allocated for the ordinary trade variable, t, you can write the following assignment statement:
tptr
trade
t
tptr = &t;