Class: Quickfix::LegSettlMethodElectionDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegSettlMethodElectionDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSettlMethodElectionDateBusinessDayConvention
constructor
A new instance of LegSettlMethodElectionDateBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegSettlMethodElectionDateBusinessDayConvention
Returns a new instance of LegSettlMethodElectionDateBusinessDayConvention.
68178 68179 68180 68181 68182 68183 68184 |
# File 'lib/quickfix_fields.rb', line 68178 def initialize(data = nil) if( data == nil ) super(42575) else super(42575, data) end end |
Class Method Details
.field ⇒ Object
68175 68176 68177 |
# File 'lib/quickfix_fields.rb', line 68175 def LegSettlMethodElectionDateBusinessDayConvention.field return 42575 end |