144 /// Default combo market fill model for the base security class. Fills at the last traded price for each leg.
145 /// </summary>
146 /// <param name="order">Order to fill</param>
147 /// <param name="parameters">Fill parameters for the order</param>
148 /// <returns>Order fill information detailing the average price and quantity filled for each leg. If any of the fills fails, none of the orders will be filled and the returned list will be empty</returns>
155 /// Default combo limit fill model for the base security class. Fills at the sum of prices for the assets of every leg.
156 /// </summary>
157 /// <param name="order">Order to fill</param>
158 /// <param name="parameters">Fill parameters for the order</param>
159 /// <returns>Order fill information detailing the average price and quantity filled for each leg. If any of the fills fails, none of the orders will be filled and the returned list will be empty</returns>
166 /// Default combo limit fill model for the base security class. Fills at the limit price for each leg
167 /// </summary>
168 /// <param name="order">Order to fill</param>
169 /// <param name="parameters">Fill parameters for the order</param>
170 /// <returns>Order fill information detailing the average price and quantity filled for each leg. If any of the fills fails, none of the orders will be filled and the returned list will be empty</returns>