Class: Quickfix::UnderlyingPaymentStreamPricingDate

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

Returns a new instance of UnderlyingPaymentStreamPricingDate.



55503
55504
55505
55506
55507
55508
55509
# File 'lib/quickfix_fields.rb', line 55503

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

Class Method Details

.fieldObject



55500
55501
55502
# File 'lib/quickfix_fields.rb', line 55500

def UnderlyingPaymentStreamPricingDate.field
  return 41942
end