Class: Quickfix::UnderlyingProvisionDateTenorUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionDateTenorUnit

Returns a new instance of UnderlyingProvisionDateTenorUnit.



59845
59846
59847
59848
59849
59850
59851
# File 'lib/quickfix_fields.rb', line 59845

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