Class: Quickfix::CommonPricingIndicator

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

Returns a new instance of CommonPricingIndicator.



42412
42413
42414
42415
42416
42417
42418
# File 'lib/quickfix_fields.rb', line 42412

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

Class Method Details

.fieldObject



42409
42410
42411
# File 'lib/quickfix_fields.rb', line 42409

def CommonPricingIndicator.field
  return 2142
end