Class: Quickfix::CashSettlValuationTime

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



27631
27632
27633
27634
27635
27636
27637
# File 'lib/quickfix_fields.rb', line 27631

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

Class Method Details

.fieldObject



27628
27629
27630
# File 'lib/quickfix_fields.rb', line 27628

def CashSettlValuationTime.field
  return 40025
end