Class: Quickfix::UnderlyingPaymentStreamBoundsLastDateUnadjusted

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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