Class: Quickfix::UnderlyingLegMaturityMonthYear
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingLegMaturityMonthYear
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegMaturityMonthYear
constructor
A new instance of UnderlyingLegMaturityMonthYear.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegMaturityMonthYear
Returns a new instance of UnderlyingLegMaturityMonthYear.
17920 17921 17922 17923 17924 17925 17926 |
# File 'lib/quickfix_fields.rb', line 17920 def initialize(data = nil) if( data == nil ) super(1339) else super(1339, data) end end |
Class Method Details
.field ⇒ Object
17917 17918 17919 |
# File 'lib/quickfix_fields.rb', line 17917 def .field return 1339 end |