Class: Quickfix::UnderlyingCashSettlDealer
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingCashSettlDealer
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlDealer
constructor
A new instance of UnderlyingCashSettlDealer.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlDealer
Returns a new instance of UnderlyingCashSettlDealer.
58350 58351 58352 58353 58354 58355 58356 |
# File 'lib/quickfix_fields.rb', line 58350 def initialize(data = nil) if( data == nil ) super(42040) else super(42040, data) end end |
Class Method Details
.field ⇒ Object
58347 58348 58349 |
# File 'lib/quickfix_fields.rb', line 58347 def UnderlyingCashSettlDealer.field return 42040 end |