Class: Quickfix::UnderlyingSettlMethodElectionDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingSettlMethodElectionDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlMethodElectionDateOffsetDayType
constructor
A new instance of UnderlyingSettlMethodElectionDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlMethodElectionDateOffsetDayType
74990 74991 74992 74993 74994 74995 74996 |
# File 'lib/quickfix_fields.rb', line 74990 def initialize(data = nil) if( data == nil ) super(43081) else super(43081, data) end end |
Class Method Details
.field ⇒ Object
74987 74988 74989 |
# File 'lib/quickfix_fields.rb', line 74987 def .field return 43081 end |