Class: Quickfix::PriceProtectionScope

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ PriceProtectionScope

Returns a new instance of PriceProtectionScope.



133132
133133
133134
133135
133136
133137
133138
# File 'ext/quickfix/QuickfixRuby.cpp', line 133132

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

Class Method Details

.fieldObject



14459
14460
14461
# File 'lib/quickfix_fields.rb', line 14459

def PriceProtectionScope.field
	return 1092
end