Class: Quickfix::DerivativeInstrmtAssignmentMethod

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ DerivativeInstrmtAssignmentMethod

Returns a new instance of DerivativeInstrmtAssignmentMethod.



148702
148703
148704
148705
148706
148707
148708
# File 'ext/quickfix/QuickfixRuby.cpp', line 148702

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

Class Method Details

.fieldObject



16513
16514
16515
# File 'lib/quickfix_fields.rb', line 16513

def DerivativeInstrmtAssignmentMethod.field
	return 1255
end