Class: Quickfix::LegProvisionCashSettlCurrency2
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegProvisionCashSettlCurrency2
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionCashSettlCurrency2
constructor
A new instance of LegProvisionCashSettlCurrency2.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegProvisionCashSettlCurrency2
Returns a new instance of LegProvisionCashSettlCurrency2.
33377 33378 33379 33380 33381 33382 33383 |
# File 'lib/quickfix_fields.rb', line 33377 def initialize(data = nil) if( data == nil ) super(40468) else super(40468, data) end end |
Class Method Details
.field ⇒ Object
33374 33375 33376 |
# File 'lib/quickfix_fields.rb', line 33374 def LegProvisionCashSettlCurrency2.field return 40468 end |