Class: Quickfix::LegSecurityXMLLen
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegSecurityXMLLen
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecurityXMLLen
constructor
A new instance of LegSecurityXMLLen.
Constructor Details
#initialize(data = nil) ⇒ LegSecurityXMLLen
Returns a new instance of LegSecurityXMLLen.
24485 24486 24487 24488 24489 24490 24491 |
# File 'lib/quickfix_fields.rb', line 24485 def initialize(data = nil) if( data == nil ) super(1871) else super(1871, data) end end |