Class: Quickfix::UnderlyingPaymentStreamCompoundingRollConvention

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRollConvention

Returns a new instance of UnderlyingPaymentStreamCompoundingRollConvention.



72793
72794
72795
72796
72797
72798
72799
# File 'lib/quickfix_fields.rb', line 72793

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

Class Method Details

.fieldObject



72790
72791
72792
# File 'lib/quickfix_fields.rb', line 72790

def UnderlyingPaymentStreamCompoundingRollConvention.field
	return 42912
end