Class: Quickfix::FillYieldType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::FillYieldType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FillYieldType
constructor
A new instance of FillYieldType.
Constructor Details
#initialize(data = nil) ⇒ FillYieldType
Returns a new instance of FillYieldType.
19922 19923 19924 19925 19926 19927 19928 |
# File 'lib/quickfix_fields.rb', line 19922 def initialize(data = nil) if( data == nil ) super(1622) else super(1622, data) end end |