Class: Quickfix::CashSettlDateOffsetDayType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ CashSettlDateOffsetDayType

Returns a new instance of CashSettlDateOffsetDayType.



63277
63278
63279
63280
63281
63282
63283
# File 'lib/quickfix_fields.rb', line 63277

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

Class Method Details

.fieldObject



63274
63275
63276
# File 'lib/quickfix_fields.rb', line 63274

def CashSettlDateOffsetDayType.field
  return 42212
end