Class: Quickfix::UnderlyingPaymentStubStartDateOffsetPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubStartDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateOffsetPeriod
constructor
A new instance of UnderlyingPaymentStubStartDateOffsetPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateOffsetPeriod
Returns a new instance of UnderlyingPaymentStubStartDateOffsetPeriod.
73885 73886 73887 73888 73889 73890 73891 |
# File 'lib/quickfix_fields.rb', line 73885 def initialize(data = nil) if( data == nil ) super(42996) else super(42996, data) end end |
Class Method Details
.field ⇒ Object
73882 73883 73884 |
# File 'lib/quickfix_fields.rb', line 73882 def .field return 42996 end |