Class: Quickfix::LegExerciseSplitTicketIndicator

Inherits:
BoolField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegExerciseSplitTicketIndicator

Returns a new instance of LegExerciseSplitTicketIndicator.



49159
49160
49161
49162
49163
49164
49165
# File 'lib/quickfix_fields.rb', line 49159

def initialize(data = nil)
	if( data == nil )
		super(41490)
	else
		super(41490, data)
	end
end