Class: Quickfix::ExecInstValue
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::ExecInstValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExecInstValue
constructor
A new instance of ExecInstValue.
Constructor Details
#initialize(data = nil) ⇒ ExecInstValue
Returns a new instance of ExecInstValue.
12304 12305 12306 12307 12308 12309 12310 |
# File 'lib/quickfix_fields.rb', line 12304 def initialize(data = nil) if( data == nil ) super(1308) else super(1308, data) end end |
Class Method Details
.field ⇒ Object
12301 12302 12303 |
# File 'lib/quickfix_fields.rb', line 12301 def ExecInstValue.field return 1308 end |