Class: Quickfix::UnderlyingProvisionCashSettlQuoteReferencePage

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



59166
59167
59168
# File 'lib/quickfix_fields.rb', line 59166

def UnderlyingProvisionCashSettlQuoteReferencePage.field
  return 42103
end