Class: Quickfix::UnderlyingPaymentStreamPricingBusinessCalendar

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingBusinessCalendar

Returns a new instance of UnderlyingPaymentStreamPricingBusinessCalendar.



55412
55413
55414
55415
55416
55417
55418
# File 'lib/quickfix_fields.rb', line 55412

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

Class Method Details

.fieldObject



55409
55410
55411
# File 'lib/quickfix_fields.rb', line 55409

def UnderlyingPaymentStreamPricingBusinessCalendar.field
  return 41933
end