Class: Quickfix::UnderlyingProvisionCashSettlQuoteReferencePage
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProvisionCashSettlQuoteReferencePage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlQuoteReferencePage
constructor
A new instance of UnderlyingProvisionCashSettlQuoteReferencePage.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlQuoteReferencePage
59169 59170 59171 59172 59173 59174 59175 |
# File 'lib/quickfix_fields.rb', line 59169 def initialize(data = nil) if( data == nil ) super(42103) else super(42103, data) end end |
Class Method Details
.field ⇒ Object
59166 59167 59168 |
# File 'lib/quickfix_fields.rb', line 59166 def .field return 42103 end |