Class: Quickfix::PriceProtectionScope

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PriceProtectionScope

Returns a new instance of PriceProtectionScope.



2801
2802
2803
2804
2805
2806
2807
# File 'lib/quickfix_fields.rb', line 2801

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

Class Method Details

.fieldObject



2798
2799
2800
# File 'lib/quickfix_fields.rb', line 2798

def PriceProtectionScope.field
	return 1092
end