Class: Quickfix::UnderlyingMaturityDay
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingMaturityDay
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingMaturityDay
constructor
A new instance of UnderlyingMaturityDay.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingMaturityDay
Returns a new instance of UnderlyingMaturityDay.
3971 3972 3973 3974 3975 3976 3977 |
# File 'lib/quickfix_fields.rb', line 3971 def initialize(data = nil) if( data == nil ) super(314) else super(314, data) end end |
Class Method Details
.field ⇒ Object
3968 3969 3970 |
# File 'lib/quickfix_fields.rb', line 3968 def .field return 314 end |