Class: Quickfix::SettlSubMethod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SettlSubMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlSubMethod
constructor
A new instance of SettlSubMethod.
Constructor Details
#initialize(data = nil) ⇒ SettlSubMethod
Returns a new instance of SettlSubMethod.
62536 62537 62538 62539 62540 62541 62542 |
# File 'lib/quickfix_fields.rb', line 62536 def initialize(data = nil) if( data == nil ) super(2579) else super(2579, data) end end |