Class: Quickfix::MDSecSize

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MDSecSize

Returns a new instance of MDSecSize.



15723
15724
15725
15726
15727
15728
15729
# File 'lib/quickfix_fields.rb', line 15723

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

Class Method Details

.fieldObject



15720
15721
15722
# File 'lib/quickfix_fields.rb', line 15720

def MDSecSize.field
  return 1179
end