Class: Quickfix::MDSecSize

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDSecSize

Returns a new instance of MDSecSize.



16542
16543
16544
16545
16546
16547
16548
# File 'lib/quickfix_fields.rb', line 16542

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

Class Method Details

.fieldObject



16539
16540
16541
# File 'lib/quickfix_fields.rb', line 16539

def MDSecSize.field
  return 1179
end