Class: Quickfix::ValuationBusinessCenter
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ValuationBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ValuationBusinessCenter
constructor
A new instance of ValuationBusinessCenter.
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 |