Class: Quickfix::DateRollConvention
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DateRollConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DateRollConvention
constructor
A new instance of DateRollConvention.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DateRollConvention
Returns a new instance of DateRollConvention.
39240 39241 39242 39243 39244 39245 39246 |
# File 'lib/quickfix_fields.rb', line 39240 def initialize(data = nil) if( data == nil ) super(40922) else super(40922, data) end end |
Class Method Details
.field ⇒ Object
39237 39238 39239 |
# File 'lib/quickfix_fields.rb', line 39237 def DateRollConvention.field return 40922 end |