Class: Quickfix::UnderlyingSecurityXMLLen

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

Instance Method Summary collapse

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