Class: Quickfix::LegMaturityDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegMaturityDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMaturityDate
constructor
A new instance of LegMaturityDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegMaturityDate
Returns a new instance of LegMaturityDate.
8300 8301 8302 8303 8304 8305 8306 |
# File 'lib/quickfix_fields.rb', line 8300 def initialize(data = nil) if( data == nil ) super(611) else super(611, data) end end |
Class Method Details
.field ⇒ Object
8297 8298 8299 |
# File 'lib/quickfix_fields.rb', line 8297 def LegMaturityDate.field return 611 end |