Class: Quickfix::UnderlyingProvisionCashSettlCurrency2
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProvisionCashSettlCurrency2
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlCurrency2
constructor
A new instance of UnderlyingProvisionCashSettlCurrency2.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlCurrency2
Returns a new instance of UnderlyingProvisionCashSettlCurrency2.
60014 60015 60016 60017 60018 60019 60020 |
# File 'lib/quickfix_fields.rb', line 60014 def initialize(data = nil) if( data == nil ) super(42168) else super(42168, data) end end |
Class Method Details
.field ⇒ Object
60011 60012 60013 |
# File 'lib/quickfix_fields.rb', line 60011 def UnderlyingProvisionCashSettlCurrency2.field return 42168 end |