Class: Quickfix::MDSecSizeType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDSecSizeType

Returns a new instance of MDSecSizeType.



14787
14788
14789
14790
14791
14792
14793
# File 'lib/quickfix_fields.rb', line 14787

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

Class Method Details

.fieldObject



14784
14785
14786
# File 'lib/quickfix_fields.rb', line 14784

def MDSecSizeType.field
  return 1178
end