Class: Quickfix::UnderlyingPaymentStreamInitialFixingDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamInitialFixingDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInitialFixingDateBusinessDayConvention
constructor
A new instance of UnderlyingPaymentStreamInitialFixingDateBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInitialFixingDateBusinessDayConvention
35080 35081 35082 35083 35084 35085 35086 |
# File 'lib/quickfix_fields.rb', line 35080 def initialize(data = nil) if( data == nil ) super(40599) else super(40599, data) end end |
Class Method Details
.field ⇒ Object
35077 35078 35079 |
# File 'lib/quickfix_fields.rb', line 35077 def .field return 40599 end |