Class: Quickfix::UnderlyingCashSettlBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingCashSettlBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlBusinessCenter
constructor
A new instance of UnderlyingCashSettlBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlBusinessCenter
Returns a new instance of UnderlyingCashSettlBusinessCenter.
58441 58442 58443 58444 58445 58446 58447 |
# File 'lib/quickfix_fields.rb', line 58441 def initialize(data = nil) if( data == nil ) super(42047) else super(42047, data) end end |
Class Method Details
.field ⇒ Object
58438 58439 58440 |
# File 'lib/quickfix_fields.rb', line 58438 def .field return 42047 end |