Class: Quickfix::CashSettlAgentAcctNum

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

Returns a new instance of CashSettlAgentAcctNum.



42968
42969
42970
42971
42972
42973
42974
# File 'ext/quickfix/QuickfixRuby.cpp', line 42968

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

Class Method Details

.fieldObject



2681
2682
2683
# File 'lib/quickfix_fields.rb', line 2681

def CashSettlAgentAcctNum.field
  return 184
end