Class: Quickfix::UnderlyingPaymentStubStartDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubStartDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateOffsetDayType
constructor
A new instance of UnderlyingPaymentStubStartDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateOffsetDayType
Returns a new instance of UnderlyingPaymentStubStartDateOffsetDayType.
73911 73912 73913 73914 73915 73916 73917 |
# File 'lib/quickfix_fields.rb', line 73911 def initialize(data = nil) if( data == nil ) super(42998) else super(42998, data) end end |
Class Method Details
.field ⇒ Object
73908 73909 73910 |
# File 'lib/quickfix_fields.rb', line 73908 def .field return 42998 end |