Class: Quickfix::UnderlyingPaymentStubStartDateOffsetUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStubStartDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateOffsetUnit
constructor
A new instance of UnderlyingPaymentStubStartDateOffsetUnit.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateOffsetUnit
Returns a new instance of UnderlyingPaymentStubStartDateOffsetUnit.
73898 73899 73900 73901 73902 73903 73904 |
# File 'lib/quickfix_fields.rb', line 73898 def initialize(data = nil) if( data == nil ) super(42997) else super(42997, data) end end |