Class: Quickfix::LegFallbackExerciseIndicator

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

Returns a new instance of LegFallbackExerciseIndicator.



49133
49134
49135
49136
49137
49138
49139
# File 'lib/quickfix_fields.rb', line 49133

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

Class Method Details

.fieldObject



49130
49131
49132
# File 'lib/quickfix_fields.rb', line 49130

def LegFallbackExerciseIndicator.field
  return 41488
end