Class: Quickfix::UnderlyingProvisionOptionExpirationDateUnadjusted

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

Returns a new instance of UnderlyingProvisionOptionExpirationDateUnadjusted.



59559
59560
59561
59562
59563
59564
59565
# File 'lib/quickfix_fields.rb', line 59559

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

Class Method Details

.fieldObject



59556
59557
59558
# File 'lib/quickfix_fields.rb', line 59556

def UnderlyingProvisionOptionExpirationDateUnadjusted.field
  return 42133
end