Class: Quickfix::UnderlyingSecurityXMLLen

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSecurityXMLLen

Returns a new instance of UnderlyingSecurityXMLLen.



24524
24525
24526
24527
24528
24529
24530
# File 'lib/quickfix_fields.rb', line 24524

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

Class Method Details

.fieldObject



24521
24522
24523
# File 'lib/quickfix_fields.rb', line 24521

def UnderlyingSecurityXMLLen.field
  return 1874
end