Class: Quickfix::SettlPriceType

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

Returns a new instance of SettlPriceType.



98194
98195
98196
98197
98198
98199
98200
# File 'ext/quickfix/QuickfixRuby.cpp', line 98194

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

Class Method Details

.fieldObject



9870
9871
9872
# File 'lib/quickfix_fields.rb', line 9870

def SettlPriceType.field
	return 731
end