Class: Quickfix::UnderlyingSettlMethodElectionDateOffsetPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingSettlMethodElectionDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlMethodElectionDateOffsetPeriod
constructor
A new instance of UnderlyingSettlMethodElectionDateOffsetPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlMethodElectionDateOffsetPeriod
Returns a new instance of UnderlyingSettlMethodElectionDateOffsetPeriod.
74964 74965 74966 74967 74968 74969 74970 |
# File 'lib/quickfix_fields.rb', line 74964 def initialize(data = nil) if( data == nil ) super(43079) else super(43079, data) end end |
Class Method Details
.field ⇒ Object
74961 74962 74963 |
# File 'lib/quickfix_fields.rb', line 74961 def .field return 43079 end |