Class: Quickfix::UnderlyingCouponPaymentDate

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

Returns a new instance of UnderlyingCouponPaymentDate.



5934
5935
5936
5937
5938
5939
5940
# File 'lib/quickfix_fields.rb', line 5934

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

Class Method Details

.fieldObject



5931
5932
5933
# File 'lib/quickfix_fields.rb', line 5931

def UnderlyingCouponPaymentDate.field
  return 241
end