Class: Quickfix::UnderlyingCouponPaymentDate

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

Returns a new instance of UnderlyingCouponPaymentDate.



67164
67165
67166
67167
67168
67169
67170
# File 'ext/quickfix/QuickfixRuby.cpp', line 67164

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

Class Method Details

.fieldObject



5788
5789
5790
# File 'lib/quickfix_fields.rb', line 5788

def UnderlyingCouponPaymentDate.field
	return 241
end