Class: Quickfix::LegPaymentStreamFlatRateIndicator

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

Returns a new instance of LegPaymentStreamFlatRateIndicator.



49926
49927
49928
49929
49930
49931
49932
# File 'lib/quickfix_fields.rb', line 49926

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

Class Method Details

.fieldObject



49923
49924
49925
# File 'lib/quickfix_fields.rb', line 49923

def LegPaymentStreamFlatRateIndicator.field
  return 41549
end