Class: Quickfix::UnderlyingPaymentStreamPricingDayDistribution

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDayDistribution



55386
55387
55388
55389
55390
55391
55392
# File 'lib/quickfix_fields.rb', line 55386

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