Class: Quickfix::LegTotalGrossTradeAmt

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegTotalGrossTradeAmt

Returns a new instance of LegTotalGrossTradeAmt.



57128
57129
57130
57131
57132
57133
57134
# File 'lib/quickfix_fields.rb', line 57128

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

Class Method Details

.fieldObject



57125
57126
57127
# File 'lib/quickfix_fields.rb', line 57125

def LegTotalGrossTradeAmt.field
	return 2359
end