Class: Quickfix::LegCommonPricingIndicator

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

Returns a new instance of LegCommonPricingIndicator.



43296
43297
43298
43299
43300
43301
43302
# File 'lib/quickfix_fields.rb', line 43296

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

Class Method Details

.fieldObject



43293
43294
43295
# File 'lib/quickfix_fields.rb', line 43293

def LegCommonPricingIndicator.field
  return 2212
end