Class: Quickfix::LegPaymentStreamPricingDayDistribution

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamPricingDayDistribution

Returns a new instance of LegPaymentStreamPricingDayDistribution.



50368
50369
50370
50371
50372
50373
50374
# File 'lib/quickfix_fields.rb', line 50368

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

Class Method Details

.fieldObject



50365
50366
50367
# File 'lib/quickfix_fields.rb', line 50365

def LegPaymentStreamPricingDayDistribution.field
  return 41583
end