Class: Quickfix::EncodedUnderlyingOptionExpirationDescLen

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EncodedUnderlyingOptionExpirationDescLen

Returns a new instance of EncodedUnderlyingOptionExpirationDescLen.



54281
54282
54283
54284
54285
54286
54287
# File 'lib/quickfix_fields.rb', line 54281

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

Class Method Details

.fieldObject



54278
54279
54280
# File 'lib/quickfix_fields.rb', line 54278

def EncodedUnderlyingOptionExpirationDescLen.field
  return 2287
end