Class: Quickfix::ProvisionCashSettlCurrency2
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProvisionCashSettlCurrency2
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionCashSettlCurrency2
constructor
A new instance of ProvisionCashSettlCurrency2.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProvisionCashSettlCurrency2
Returns a new instance of ProvisionCashSettlCurrency2.
28736 28737 28738 28739 28740 28741 28742 |
# File 'lib/quickfix_fields.rb', line 28736 def initialize(data = nil) if( data == nil ) super(40110) else super(40110, data) end end |
Class Method Details
.field ⇒ Object
28733 28734 28735 |
# File 'lib/quickfix_fields.rb', line 28733 def ProvisionCashSettlCurrency2.field return 40110 end |