Class: Quickfix::UnderlyingPaymentStreamFlatRateIndicator

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) ⇒ UnderlyingPaymentStreamFlatRateIndicator

Returns a new instance of UnderlyingPaymentStreamFlatRateIndicator.



54944
54945
54946
54947
54948
54949
54950
# File 'lib/quickfix_fields.rb', line 54944

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

Class Method Details

.fieldObject



54941
54942
54943
# File 'lib/quickfix_fields.rb', line 54941

def UnderlyingPaymentStreamFlatRateIndicator.field
  return 41897
end