Class: Quickfix::ValuationBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ValuationBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ValuationBusinessCenter
constructor
A new instance of ValuationBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ValuationBusinessCenter
Returns a new instance of ValuationBusinessCenter.
40228 40229 40230 40231 40232 40233 40234 |
# File 'lib/quickfix_fields.rb', line 40228 def initialize(data = nil) if( data == nil ) super(2087) else super(2087, data) end end |
Class Method Details
.field ⇒ Object
40225 40226 40227 |
# File 'lib/quickfix_fields.rb', line 40225 def ValuationBusinessCenter.field return 2087 end |