Class: Quickfix::SettlInstMode
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::SettlInstMode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlInstMode
constructor
A new instance of SettlInstMode.
Constructor Details
#initialize(data = nil) ⇒ SettlInstMode
Returns a new instance of SettlInstMode.
12343 12344 12345 12346 12347 12348 12349 |
# File 'lib/quickfix_fields.rb', line 12343 def initialize(data = nil) if( data == nil ) super(160) else super(160, data) end end |
Class Method Details
.field ⇒ Object
12340 12341 12342 |
# File 'lib/quickfix_fields.rb', line 12340 def SettlInstMode.field return 160 end |