Class: Quickfix::LegProvisionText
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegProvisionText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionText
constructor
A new instance of LegProvisionText.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegProvisionText
Returns a new instance of LegProvisionText.
33429 33430 33431 33432 33433 33434 33435 |
# File 'lib/quickfix_fields.rb', line 33429 def initialize(data = nil) if( data == nil ) super(40472) else super(40472, data) end end |
Class Method Details
.field ⇒ Object
33426 33427 33428 |
# File 'lib/quickfix_fields.rb', line 33426 def LegProvisionText.field return 40472 end |