Class: Quickfix::LegMaturityDate

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

Returns a new instance of LegMaturityDate.



85258
85259
85260
85261
85262
85263
85264
# File 'ext/quickfix/QuickfixRuby.cpp', line 85258

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

Class Method Details

.fieldObject



8154
8155
8156
# File 'lib/quickfix_fields.rb', line 8154

def LegMaturityDate.field
	return 611
end