Class: Quickfix::LegCommonPricingIndicator

Inherits:
BoolField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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