Class: Quickfix::DerivativeMaturityDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DerivativeMaturityDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeMaturityDate
constructor
A new instance of DerivativeMaturityDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DerivativeMaturityDate
Returns a new instance of DerivativeMaturityDate.
16633 16634 16635 16636 16637 16638 16639 |
# File 'lib/quickfix_fields.rb', line 16633 def initialize(data = nil) if( data == nil ) super(1252) else super(1252, data) end end |
Class Method Details
.field ⇒ Object
16630 16631 16632 |
# File 'lib/quickfix_fields.rb', line 16630 def DerivativeMaturityDate.field return 1252 end |