Class: Quickfix::PaymentStreamResetWeeklyRollConvention
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamResetWeeklyRollConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamResetWeeklyRollConvention
constructor
A new instance of PaymentStreamResetWeeklyRollConvention.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamResetWeeklyRollConvention
Returns a new instance of PaymentStreamResetWeeklyRollConvention.
37251 37252 37253 37254 37255 37256 37257 |
# File 'lib/quickfix_fields.rb', line 37251 def initialize(data = nil) if( data == nil ) super(40766) else super(40766, data) end end |
Class Method Details
.field ⇒ Object
37248 37249 37250 |
# File 'lib/quickfix_fields.rb', line 37248 def PaymentStreamResetWeeklyRollConvention.field return 40766 end |