Class: Quickfix::SettlMethod
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::SettlMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
13357 13358 13359 13360 13361 13362 13363 |
# File 'lib/quickfix_fields.rb', line 13357 def initialize(data = nil) if( data == nil ) super(1193) else super(1193, data) end end |
Class Method Details
.field ⇒ Object
13354 13355 13356 |
# File 'lib/quickfix_fields.rb', line 13354 def SettlMethod.field return 1193 end |