Class: Quickfix::LegPaymentStreamPricingDayCount

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

Returns a new instance of LegPaymentStreamPricingDayCount.



50381
50382
50383
50384
50385
50386
50387
# File 'lib/quickfix_fields.rb', line 50381

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

Class Method Details

.fieldObject



50378
50379
50380
# File 'lib/quickfix_fields.rb', line 50378

def LegPaymentStreamPricingDayCount.field
  return 41584
end