Class: Quickfix::UnderlyingFlexibleIndicator

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

Returns a new instance of UnderlyingFlexibleIndicator.



26643
26644
26645
26646
26647
26648
26649
# File 'lib/quickfix_fields.rb', line 26643

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

Class Method Details

.fieldObject



26640
26641
26642
# File 'lib/quickfix_fields.rb', line 26640

def UnderlyingFlexibleIndicator.field
  return 2035
end