Class: Quickfix::CouponPaymentDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CouponPaymentDate

Returns a new instance of CouponPaymentDate.



5297
5298
5299
5300
5301
5302
5303
# File 'lib/quickfix_fields.rb', line 5297

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

Class Method Details

.fieldObject



5294
5295
5296
# File 'lib/quickfix_fields.rb', line 5294

def CouponPaymentDate.field
  return 224
end