Class: Quickfix::ProvisionCashSettlCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProvisionCashSettlCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionCashSettlCurrency
constructor
A new instance of ProvisionCashSettlCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProvisionCashSettlCurrency
Returns a new instance of ProvisionCashSettlCurrency.
28723 28724 28725 28726 28727 28728 28729 |
# File 'lib/quickfix_fields.rb', line 28723 def initialize(data = nil) if( data == nil ) super(40109) else super(40109, data) end end |
Class Method Details
.field ⇒ Object
28720 28721 28722 |
# File 'lib/quickfix_fields.rb', line 28720 def ProvisionCashSettlCurrency.field return 40109 end |