Class: Quickfix::LegDatedDate

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

Returns a new instance of LegDatedDate.



98978
98979
98980
98981
98982
98983
98984
# File 'ext/quickfix/QuickfixRuby.cpp', line 98978

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

Class Method Details

.fieldObject



9974
9975
9976
# File 'lib/quickfix_fields.rb', line 9974

def LegDatedDate.field
	return 739
end