Class: Quickfix::UnderlyingPaymentStreamBoundsLastDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStreamBoundsLastDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamBoundsLastDateUnadjusted
constructor
A new instance of UnderlyingPaymentStreamBoundsLastDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamBoundsLastDateUnadjusted
Returns a new instance of UnderlyingPaymentStreamBoundsLastDateUnadjusted.
72819 72820 72821 72822 72823 72824 72825 |
# File 'lib/quickfix_fields.rb', line 72819 def initialize(data = nil) if( data == nil ) super(42914) else super(42914, data) end end |