Class: Quickfix::UnderlyingCashSettlMinimumQuoteCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingCashSettlMinimumQuoteCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlMinimumQuoteCurrency
constructor
A new instance of UnderlyingCashSettlMinimumQuoteCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlMinimumQuoteCurrency
Returns a new instance of UnderlyingCashSettlMinimumQuoteCurrency.
58506 58507 58508 58509 58510 58511 58512 |
# File 'lib/quickfix_fields.rb', line 58506 def initialize(data = nil) if( data == nil ) super(42052) else super(42052, data) end end |
Class Method Details
.field ⇒ Object
58503 58504 58505 |
# File 'lib/quickfix_fields.rb', line 58503 def UnderlyingCashSettlMinimumQuoteCurrency.field return 42052 end |