Class: Quickfix::UnderlyingPaymentStreamPricingDayType

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

Returns a new instance of UnderlyingPaymentStreamPricingDayType.



55373
55374
55375
55376
55377
55378
55379
# File 'lib/quickfix_fields.rb', line 55373

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

Class Method Details

.fieldObject



55370
55371
55372
# File 'lib/quickfix_fields.rb', line 55370

def UnderlyingPaymentStreamPricingDayType.field
  return 41930
end