Class: Quickfix::PaymentStreamPricingDayCount

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

Returns a new instance of PaymentStreamPricingDayCount.



45038
45039
45040
45041
45042
45043
45044
# File 'lib/quickfix_fields.rb', line 45038

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

Class Method Details

.fieldObject



45035
45036
45037
# File 'lib/quickfix_fields.rb', line 45035

def PaymentStreamPricingDayCount.field
  return 41215
end