Class: Quickfix::UnderlyingSecurityXMLLen
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingSecurityXMLLen
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSecurityXMLLen
constructor
A new instance of UnderlyingSecurityXMLLen.
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 |