Class: Quickfix::LegSettlMethodElectionDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegSettlMethodElectionDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSettlMethodElectionDateOffsetDayType
constructor
A new instance of LegSettlMethodElectionDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegSettlMethodElectionDateOffsetDayType
Returns a new instance of LegSettlMethodElectionDateOffsetDayType.
68230 68231 68232 68233 68234 68235 68236 |
# File 'lib/quickfix_fields.rb', line 68230 def initialize(data = nil) if( data == nil ) super(42579) else super(42579, data) end end |
Class Method Details
.field ⇒ Object
68227 68228 68229 |
# File 'lib/quickfix_fields.rb', line 68227 def LegSettlMethodElectionDateOffsetDayType.field return 42579 end |