Class: Quickfix::FillExecID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::FillExecID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FillExecID
constructor
A new instance of FillExecID.
Constructor Details
#initialize(data = nil) ⇒ FillExecID
Returns a new instance of FillExecID.
11940 11941 11942 11943 11944 11945 11946 |
# File 'lib/quickfix_fields.rb', line 11940 def initialize(data = nil) if( data == nil ) super(1363) else super(1363, data) end end |
Class Method Details
.field ⇒ Object
11937 11938 11939 |
# File 'lib/quickfix_fields.rb', line 11937 def FillExecID.field return 1363 end |