Class: Quickfix::TradeDate

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

Returns a new instance of TradeDate.



34270
34271
34272
34273
34274
34275
34276
# File 'ext/quickfix/QuickfixRuby.cpp', line 34270

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

Class Method Details

.fieldObject



1550
1551
1552
# File 'lib/quickfix_fields.rb', line 1550

def TradeDate.field
	return 75
end