Class: Quickfix::ProvisionCashSettlCurrency2

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

Returns a new instance of ProvisionCashSettlCurrency2.



28736
28737
28738
28739
28740
28741
28742
# File 'lib/quickfix_fields.rb', line 28736

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

Class Method Details

.fieldObject



28733
28734
28735
# File 'lib/quickfix_fields.rb', line 28733

def ProvisionCashSettlCurrency2.field
  return 40110
end