Class: Quickfix::LegSettlMethodElectionDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSettlMethodElectionDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSettlMethodElectionDateOffsetUnit
constructor
A new instance of LegSettlMethodElectionDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSettlMethodElectionDateOffsetUnit
Returns a new instance of LegSettlMethodElectionDateOffsetUnit.
68217 68218 68219 68220 68221 68222 68223 |
# File 'lib/quickfix_fields.rb', line 68217 def initialize(data = nil) if( data == nil ) super(42578) else super(42578, data) end end |
Class Method Details
.field ⇒ Object
68214 68215 68216 |
# File 'lib/quickfix_fields.rb', line 68214 def LegSettlMethodElectionDateOffsetUnit.field return 42578 end |