Class: Quickfix::UnderlyingCashSettlCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingCashSettlCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlCurrency
constructor
A new instance of UnderlyingCashSettlCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlCurrency
Returns a new instance of UnderlyingCashSettlCurrency.
58376 58377 58378 58379 58380 58381 58382 |
# File 'lib/quickfix_fields.rb', line 58376 def initialize(data = nil) if( data == nil ) super(42042) else super(42042, data) end end |
Class Method Details
.field ⇒ Object
58373 58374 58375 |
# File 'lib/quickfix_fields.rb', line 58373 def .field return 42042 end |