Class: Quickfix::UnderlyingEventDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingEventDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingEventDate
constructor
A new instance of UnderlyingEventDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingEventDate
Returns a new instance of UnderlyingEventDate.
25967 25968 25969 25970 25971 25972 25973 |
# File 'lib/quickfix_fields.rb', line 25967 def initialize(data = nil) if( data == nil ) super(1983) else super(1983, data) end end |
Class Method Details
.field ⇒ Object
25964 25965 25966 |
# File 'lib/quickfix_fields.rb', line 25964 def UnderlyingEventDate.field return 1983 end |