Class: Quickfix::LegMthToDefault
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegMthToDefault
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMthToDefault
constructor
A new instance of LegMthToDefault.
Constructor Details
#initialize(data = nil) ⇒ LegMthToDefault
Returns a new instance of LegMthToDefault.
42620 42621 42622 42623 42624 42625 42626 |
# File 'lib/quickfix_fields.rb', line 42620 def initialize(data = nil) if( data == nil ) super(2158) else super(2158, data) end end |