Class: Quickfix::UnderlyingProvisionOptionExpirationDateAdjusted

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

Returns a new instance of UnderlyingProvisionOptionExpirationDateAdjusted.



59637
59638
59639
59640
59641
59642
59643
# File 'lib/quickfix_fields.rb', line 59637

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

Class Method Details

.fieldObject



59634
59635
59636
# File 'lib/quickfix_fields.rb', line 59634

def UnderlyingProvisionOptionExpirationDateAdjusted.field
  return 42139
end