Class: Quickfix::UnderlyingExerciseSplitTicketIndicator

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) ⇒ UnderlyingExerciseSplitTicketIndicator

Returns a new instance of UnderlyingExerciseSplitTicketIndicator.



53722
53723
53724
53725
53726
53727
53728
# File 'lib/quickfix_fields.rb', line 53722

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

Class Method Details

.fieldObject



53719
53720
53721
# File 'lib/quickfix_fields.rb', line 53719

def UnderlyingExerciseSplitTicketIndicator.field
  return 41819
end