Class: Quickfix::SettlMethod
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SettlMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlMethod
constructor
A new instance of SettlMethod.
Constructor Details
#initialize(data = nil) ⇒ SettlMethod
Returns a new instance of SettlMethod.
15905 15906 15907 15908 15909 15910 15911 |
# File 'lib/quickfix_fields.rb', line 15905 def initialize(data = nil) if( data == nil ) super(1193) else super(1193, data) end end |