Class: Quickfix::UnderlyingPaymentStreamFixingDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamFixingDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFixingDateOffsetDayType
constructor
A new instance of UnderlyingPaymentStreamFixingDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFixingDateOffsetDayType
Returns a new instance of UnderlyingPaymentStreamFixingDateOffsetDayType.
35223 35224 35225 35226 35227 35228 35229 |
# File 'lib/quickfix_fields.rb', line 35223 def initialize(data = nil) if( data == nil ) super(40610) else super(40610, data) end end |
Class Method Details
.field ⇒ Object
35220 35221 35222 |
# File 'lib/quickfix_fields.rb', line 35220 def .field return 40610 end |