Class: Quickfix::LegProvisionCashSettlQuoteReferencePage

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

Returns a new instance of LegProvisionCashSettlQuoteReferencePage.



40137
40138
40139
40140
40141
40142
40143
# File 'lib/quickfix_fields.rb', line 40137

def initialize(data = nil)
  if( data == nil )
    super(41407)
  else
    super(41407, data)
  end
end

Class Method Details

.fieldObject



40134
40135
40136
# File 'lib/quickfix_fields.rb', line 40134

def LegProvisionCashSettlQuoteReferencePage.field
  return 41407
end