Class: Quickfix::LegFlexibleIndicator

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

Instance Method Summary collapse

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