Class: Quickfix::LegInterestAccrualDate

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ LegInterestAccrualDate

Returns a new instance of LegInterestAccrualDate.



120122
120123
120124
120125
120126
120127
120128
# File 'ext/quickfix/QuickfixRuby.cpp', line 120122

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

Class Method Details

.fieldObject



12756
12757
12758
# File 'lib/quickfix_fields.rb', line 12756

def LegInterestAccrualDate.field
  return 956
end