Class: Quickfix::UnderlyingCommonPricingIndicator

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

Returns a new instance of UnderlyingCommonPricingIndicator.



54398
54399
54400
54401
54402
54403
54404
# File 'lib/quickfix_fields.rb', line 54398

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

Class Method Details

.fieldObject



54395
54396
54397
# File 'lib/quickfix_fields.rb', line 54395

def UnderlyingCommonPricingIndicator.field
	return 2296
end