Class: Quickfix::SecurityXMLLen

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityXMLLen

Returns a new instance of SecurityXMLLen.



3295
3296
3297
3298
3299
3300
3301
# File 'lib/quickfix_fields.rb', line 3295

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

Class Method Details

.fieldObject



3292
3293
3294
# File 'lib/quickfix_fields.rb', line 3292

def SecurityXMLLen.field
  return 1184
end