Class: Quickfix::DerivativeIssueDate

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ DerivativeIssueDate

Returns a new instance of DerivativeIssueDate.



150760
150761
150762
150763
150764
150765
150766
# File 'ext/quickfix/QuickfixRuby.cpp', line 150760

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

Class Method Details

.fieldObject



16786
16787
16788
# File 'lib/quickfix_fields.rb', line 16786

def DerivativeIssueDate.field
	return 1276
end