Class: Quickfix::LegPaymentStreamInflationFallbackBondApplicable

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamInflationFallbackBondApplicable

Returns a new instance of LegPaymentStreamInflationFallbackBondApplicable.



31934
31935
31936
31937
31938
31939
31940
# File 'lib/quickfix_fields.rb', line 31934

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