Class: Quickfix::ProvisionCashSettlQuoteReferencePage

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) ⇒ 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

.fieldObject



40121
40122
40123
# File 'lib/quickfix_fields.rb', line 40121

def ProvisionCashSettlQuoteReferencePage.field
  return 41406
end