Class: Quickfix::UnderlyingPaymentStreamDelayIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamDelayIndicator

Returns a new instance of UnderlyingPaymentStreamDelayIndicator.



34703
34704
34705
34706
34707
34708
34709
# File 'lib/quickfix_fields.rb', line 34703

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

Class Method Details

.fieldObject



34700
34701
34702
# File 'lib/quickfix_fields.rb', line 34700

def UnderlyingPaymentStreamDelayIndicator.field
  return 40570
end