Class: Quickfix::UnderlyingSettlMethodElectionDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingSettlMethodElectionDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlMethodElectionDateOffsetUnit
constructor
A new instance of UnderlyingSettlMethodElectionDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlMethodElectionDateOffsetUnit
Returns a new instance of UnderlyingSettlMethodElectionDateOffsetUnit.
74977 74978 74979 74980 74981 74982 74983 |
# File 'lib/quickfix_fields.rb', line 74977 def initialize(data = nil) if( data == nil ) super(43080) else super(43080, data) end end |
Class Method Details
.field ⇒ Object
74974 74975 74976 |
# File 'lib/quickfix_fields.rb', line 74974 def .field return 43080 end |