Class: Quickfix::TradingReferencePrice

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

Returns a new instance of TradingReferencePrice.



138608
138609
138610
138611
138612
138613
138614
# File 'ext/quickfix/QuickfixRuby.cpp', line 138608

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

Class Method Details

.fieldObject



15174
15175
15176
# File 'lib/quickfix_fields.rb', line 15174

def TradingReferencePrice.field
	return 1150
end