Class: Quickfix::SecondaryPriceLimitType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ SecondaryPriceLimitType

Returns a new instance of SecondaryPriceLimitType.



153688
153689
153690
153691
153692
153693
153694
# File 'ext/quickfix/QuickfixRuby.cpp', line 153688

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

Class Method Details

.fieldObject



17163
17164
17165
# File 'lib/quickfix_fields.rb', line 17163

def SecondaryPriceLimitType.field
	return 1305
end