Class: Quickfix::InstrumentScopeFlexibleIndicator

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

Returns a new instance of InstrumentScopeFlexibleIndicator.



20884
20885
20886
20887
20888
20889
20890
# File 'lib/quickfix_fields.rb', line 20884

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

Class Method Details

.fieldObject



20881
20882
20883
# File 'lib/quickfix_fields.rb', line 20881

def InstrumentScopeFlexibleIndicator.field
  return 1554
end