Class: Quickfix::UnderlyingIssueDate

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

Returns a new instance of UnderlyingIssueDate.



67262
67263
67264
67265
67266
67267
67268
# File 'ext/quickfix/QuickfixRuby.cpp', line 67262

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

Class Method Details

.fieldObject



5801
5802
5803
# File 'lib/quickfix_fields.rb', line 5801

def UnderlyingIssueDate.field
	return 242
end