Class: Quickfix::DerivativePutOrCall

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

Returns a new instance of DerivativePutOrCall.



155354
155355
155356
155357
155358
155359
155360
# File 'ext/quickfix/QuickfixRuby.cpp', line 155354

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

Class Method Details

.fieldObject



17384
17385
17386
# File 'lib/quickfix_fields.rb', line 17384

def DerivativePutOrCall.field
	return 1323
end