Class: Quickfix::UnderlyingPaymentStreamPaymentRollConvention
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamPaymentRollConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentRollConvention
constructor
A new instance of UnderlyingPaymentStreamPaymentRollConvention.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentRollConvention
Returns a new instance of UnderlyingPaymentStreamPaymentRollConvention.
34898 34899 34900 34901 34902 34903 34904 |
# File 'lib/quickfix_fields.rb', line 34898 def initialize(data = nil) if( data == nil ) super(40585) else super(40585, data) end end |
Class Method Details
.field ⇒ Object
34895 34896 34897 |
# File 'lib/quickfix_fields.rb', line 34895 def .field return 40585 end |