Class: Quickfix::SecondaryTradingReferencePrice

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ SecondaryTradingReferencePrice

Returns a new instance of SecondaryTradingReferencePrice.



147232
147233
147234
147235
147236
147237
147238
# File 'ext/quickfix/QuickfixRuby.cpp', line 147232

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

Class Method Details

.fieldObject



16318
16319
16320
# File 'lib/quickfix_fields.rb', line 16318

def SecondaryTradingReferencePrice.field
	return 1240
end