Class: Quickfix::UnderlyingProvisionOptionRelevantUnderlyingDateUnadjusted

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

Returns a new instance of UnderlyingProvisionOptionRelevantUnderlyingDateUnadjusted.



59676
59677
59678
59679
59680
59681
59682
# File 'lib/quickfix_fields.rb', line 59676

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

Class Method Details

.fieldObject



59673
59674
59675
# File 'lib/quickfix_fields.rb', line 59673

def UnderlyingProvisionOptionRelevantUnderlyingDateUnadjusted.field
  return 42142
end