Class: Quickfix::LegCashSettlValuationTime

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

Returns a new instance of LegCashSettlValuationTime.



46767
46768
46769
46770
46771
46772
46773
# File 'lib/quickfix_fields.rb', line 46767

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

Class Method Details

.fieldObject



46764
46765
46766
# File 'lib/quickfix_fields.rb', line 46764

def LegCashSettlValuationTime.field
  return 41349
end