Class: Quickfix::CashSettlDateUnadjusted

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

Returns a new instance of CashSettlDateUnadjusted.



63212
63213
63214
63215
63216
63217
63218
# File 'lib/quickfix_fields.rb', line 63212

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

Class Method Details

.fieldObject



63209
63210
63211
# File 'lib/quickfix_fields.rb', line 63209

def CashSettlDateUnadjusted.field
  return 42207
end