Class: Quickfix::UnderlyingSettlPriceType

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

Returns a new instance of UnderlyingSettlPriceType.



98390
98391
98392
98393
98394
98395
98396
# File 'ext/quickfix/QuickfixRuby.cpp', line 98390

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

Class Method Details

.fieldObject



9896
9897
9898
# File 'lib/quickfix_fields.rb', line 9896

def UnderlyingSettlPriceType.field
	return 733
end