Class: Quickfix::LegProvisionCashSettlPaymentDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegProvisionCashSettlPaymentDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionCashSettlPaymentDate
constructor
A new instance of LegProvisionCashSettlPaymentDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegProvisionCashSettlPaymentDate
Returns a new instance of LegProvisionCashSettlPaymentDate.
33455 33456 33457 33458 33459 33460 33461 |
# File 'lib/quickfix_fields.rb', line 33455 def initialize(data = nil) if( data == nil ) super(40474) else super(40474, data) end end |
Class Method Details
.field ⇒ Object
33452 33453 33454 |
# File 'lib/quickfix_fields.rb', line 33452 def LegProvisionCashSettlPaymentDate.field return 40474 end |