Class: Quickfix::UnderlyingLegMaturityTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingLegMaturityTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegMaturityTime
constructor
A new instance of UnderlyingLegMaturityTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegMaturityTime
Returns a new instance of UnderlyingLegMaturityTime.
18011 18012 18013 18014 18015 18016 18017 |
# File 'lib/quickfix_fields.rb', line 18011 def initialize(data = nil) if( data == nil ) super(1405) else super(1405, data) end end |
Class Method Details
.field ⇒ Object
18008 18009 18010 |
# File 'lib/quickfix_fields.rb', line 18008 def .field return 1405 end |