Class: Quickfix::UnderlyingPaymentStubStartDateOffsetPeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStubStartDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateOffsetPeriod
constructor
A new instance of UnderlyingPaymentStubStartDateOffsetPeriod.
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 |