Class: Quickfix::FillYieldType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::FillYieldType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FillYieldType
constructor
A new instance of FillYieldType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
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 |
Class Method Details
.field ⇒ Object
19919 19920 19921 |
# File 'lib/quickfix_fields.rb', line 19919 def FillYieldType.field return 1622 end |