Class: Quickfix::EncodedLegOptionExpirationDesc

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

Returns a new instance of EncodedLegOptionExpirationDesc.



42906
42907
42908
42909
42910
42911
42912
# File 'lib/quickfix_fields.rb', line 42906

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

Class Method Details

.fieldObject



42903
42904
42905
# File 'lib/quickfix_fields.rb', line 42903

def EncodedLegOptionExpirationDesc.field
  return 2180
end