Class: Quickfix::UnderlyingPaymentStreamPricingDayOfWeek

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

Returns a new instance of UnderlyingPaymentStreamPricingDayOfWeek.



55542
55543
55544
55545
55546
55547
55548
# File 'lib/quickfix_fields.rb', line 55542

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

Class Method Details

.fieldObject



55539
55540
55541
# File 'lib/quickfix_fields.rb', line 55539

def UnderlyingPaymentStreamPricingDayOfWeek.field
  return 41945
end