Class: Quickfix::EncodedUnderlyingOptionExpirationDesc

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

Returns a new instance of EncodedUnderlyingOptionExpirationDesc.



54294
54295
54296
54297
54298
54299
54300
# File 'lib/quickfix_fields.rb', line 54294

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

Class Method Details

.fieldObject



54291
54292
54293
# File 'lib/quickfix_fields.rb', line 54291

def EncodedUnderlyingOptionExpirationDesc.field
  return 2288
end