Class: Quickfix::ProvisionCashSettlQuoteReferencePage
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProvisionCashSettlQuoteReferencePage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionCashSettlQuoteReferencePage
constructor
A new instance of ProvisionCashSettlQuoteReferencePage.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProvisionCashSettlQuoteReferencePage
40124 40125 40126 40127 40128 40129 40130 |
# File 'lib/quickfix_fields.rb', line 40124 def initialize(data = nil) if( data == nil ) super(41406) else super(41406, data) end end |
Class Method Details
.field ⇒ Object
40121 40122 40123 |
# File 'lib/quickfix_fields.rb', line 40121 def ProvisionCashSettlQuoteReferencePage.field return 41406 end |