Class: Quickfix::UnderlyingLegMaturityDate

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

Returns a new instance of UnderlyingLegMaturityDate.



157510
157511
157512
157513
157514
157515
157516
# File 'ext/quickfix/QuickfixRuby.cpp', line 157510

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

Class Method Details

.fieldObject



17670
17671
17672
# File 'lib/quickfix_fields.rb', line 17670

def UnderlyingLegMaturityDate.field
	return 1345
end