Class: Quickfix::UnderlyingPaymentStreamPricingDayNumber

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

Returns a new instance of UnderlyingPaymentStreamPricingDayNumber.



55555
55556
55557
55558
55559
55560
55561
# File 'lib/quickfix_fields.rb', line 55555

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

Class Method Details

.fieldObject



55552
55553
55554
# File 'lib/quickfix_fields.rb', line 55552

def UnderlyingPaymentStreamPricingDayNumber.field
  return 41946
end