Class: Quickfix::LegFlexibleIndicator

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

Returns a new instance of LegFlexibleIndicator.



43192
43193
43194
43195
43196
43197
43198
# File 'lib/quickfix_fields.rb', line 43192

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

Class Method Details

.fieldObject



43189
43190
43191
# File 'lib/quickfix_fields.rb', line 43189

def LegFlexibleIndicator.field
  return 2202
end