Class: Quickfix::UnderlyingPaymentStreamBoundsFirstDateUnadjusted

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamBoundsFirstDateUnadjusted



72806
72807
72808
72809
72810
72811
72812
# File 'lib/quickfix_fields.rb', line 72806

def initialize(data = nil)
  if( data == nil )
    super(42913)
  else
    super(42913, data)
  end
end

Class Method Details

.fieldObject



72803
72804
72805
# File 'lib/quickfix_fields.rb', line 72803

def UnderlyingPaymentStreamBoundsFirstDateUnadjusted.field
  return 42913
end