syntax = "proto3";

package rti;

message RequestFrontMonthContract {
  int32 template_id = 154467;      // Template ID = 113
  string symbol = 110100;           // Base symbol (e.g., "MNQ", "ES")
  string exchange = 110101;         // Exchange (e.g., "CME")
  string user_msg = 132760;         // User message for tracking
}
