Class: Quickfix::ExerciseSplitTicketIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ExerciseSplitTicketIndicator

Returns a new instance of ExerciseSplitTicketIndicator.



43738
43739
43740
43741
43742
43743
43744
# File 'lib/quickfix_fields.rb', line 43738

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

Class Method Details

.fieldObject



43735
43736
43737
# File 'lib/quickfix_fields.rb', line 43735

def ExerciseSplitTicketIndicator.field
  return 41115
end