Class: Quickfix::UnderlyingProvisionCashSettlCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProvisionCashSettlCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlCurrency
constructor
A new instance of UnderlyingProvisionCashSettlCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlCurrency
Returns a new instance of UnderlyingProvisionCashSettlCurrency.
60001 60002 60003 60004 60005 60006 60007 |
# File 'lib/quickfix_fields.rb', line 60001 def initialize(data = nil) if( data == nil ) super(42167) else super(42167, data) end end |
Class Method Details
.field ⇒ Object
59998 59999 60000 |
# File 'lib/quickfix_fields.rb', line 59998 def UnderlyingProvisionCashSettlCurrency.field return 42167 end |