Class: Quickfix::EncodedLegOptionExpirationDescLen

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EncodedLegOptionExpirationDescLen

Returns a new instance of EncodedLegOptionExpirationDescLen.



42893
42894
42895
42896
42897
42898
42899
# File 'lib/quickfix_fields.rb', line 42893

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