Class: Quickfix::LegExerciseSplitTicketIndicator

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

Class Method Details

.fieldObject



49156
49157
49158
# File 'lib/quickfix_fields.rb', line 49156

def LegExerciseSplitTicketIndicator.field
  return 41490
end